build devShells.x86_64-linux.ghc9102
- 1761.78 s
[conduit] The use of ‘~’ without TypeOperators
- 1761.78 s
[conduit] will become an error in a future GHC release.
- 1761.78 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
- 1761.78 s
[conduit] |
- 1761.78 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
- 1761.78 s
[conduit] | ^
- 1761.78 s
[conduit]
- 1761.78 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
- 1761.78 s
[conduit] • The ‘~’ operator is out of scope.
- 1761.78 s
[conduit] Assuming it to stand for an equality constraint.
- 1761.78 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
- 1761.78 s
[conduit] exported from Data.Type.Equality and Prelude.
- 1761.78 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
- 1761.78 s
[conduit] • This will become an error in a future GHC release.
- 1761.78 s
[conduit] |
- 1761.78 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
- 1761.78 s
[conduit] | ^
- 1761.78 s
[conduit]
- 1761.78 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1761.78 s
[conduit] The use of ‘~’ without TypeOperators
- 1761.78 s
[conduit] will become an error in a future GHC release.
- 1761.78 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
- 1761.78 s
[conduit] |
- 1761.78 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
- 1761.78 s
[conduit] | ^
- 1761.78 s
[conduit]
- 1761.78 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
- 1761.78 s
[conduit] • The ‘~’ operator is out of scope.
- 1761.78 s
[conduit] Assuming it to stand for an equality constraint.
- 1761.78 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
- 1761.78 s
[conduit] exported from Data.Type.Equality and Prelude.
- 1761.78 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
- 1761.78 s
[conduit] • This will become an error in a future GHC release.
- 1761.78 s
[conduit] |
- 1761.78 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
- 1761.78 s
[conduit] | ^
- 1761.78 s
[conduit]
- 1761.79 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1761.79 s
[conduit] The use of ‘~’ without TypeOperators
- 1761.79 s
[conduit] will become an error in a future GHC release.
- 1761.79 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
- 1761.79 s
[conduit] |
- 1761.79 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
- 1761.79 s
[conduit] | ^
- 1761.79 s
[conduit]
- 1761.79 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
- 1761.79 s
[conduit] • The ‘~’ operator is out of scope.
- 1761.79 s
[conduit] Assuming it to stand for an equality constraint.
- 1761.79 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
- 1761.79 s
[conduit] exported from Data.Type.Equality and Prelude.
- 1761.79 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
- 1761.79 s
[conduit] • This will become an error in a future GHC release.
- 1761.79 s
[conduit] |
- 1761.79 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
- 1761.79 s
[conduit] | ^
- 1761.79 s
[conduit]
- 1761.79 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1761.79 s
[conduit] The use of ‘~’ without TypeOperators
- 1761.79 s
[conduit] will become an error in a future GHC release.
- 1761.79 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
- 1761.79 s
[conduit] |
- 1761.79 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
- 1761.79 s
[conduit] | ^
- 1761.79 s
[conduit]
- 1761.79 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
- 1761.79 s
[conduit] • The ‘~’ operator is out of scope.
- 1761.79 s
[conduit] Assuming it to stand for an equality constraint.
- 1761.79 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
- 1761.79 s
[conduit] exported from Data.Type.Equality and Prelude.
- 1761.79 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
- 1761.79 s
[conduit] • This will become an error in a future GHC release.
- 1761.79 s
[conduit] |
- 1761.79 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
- 1761.79 s
[conduit] | ^
- 1761.79 s
[conduit]
- 1761.79 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1761.79 s
[conduit] The use of ‘~’ without TypeOperators
- 1761.79 s
[conduit] will become an error in a future GHC release.
- 1761.79 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
- 1761.79 s
[conduit] |
- 1761.80 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
- 1761.80 s
[conduit] | ^
- 1761.80 s
[conduit]
- 1761.80 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
- 1761.80 s
[conduit] • The ‘~’ operator is out of scope.
- 1761.80 s
[conduit] Assuming it to stand for an equality constraint.
- 1761.80 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
- 1761.80 s
[conduit] exported from Data.Type.Equality and Prelude.
- 1761.80 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
- 1761.80 s
[conduit] • This will become an error in a future GHC release.
- 1761.80 s
[conduit] |
- 1761.80 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
- 1761.80 s
[conduit] | ^
- 1761.80 s
[conduit]
- 1761.80 s
[conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, nothing )
- 1761.81 s
[conduit] Haddock coverage:
- 1761.81 s
[conduit] Warning: 'hoist' is out of scope.
- 1761.81 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.81 s
[conduit] Warning: 'Source' is out of scope.
- 1761.81 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.81 s
[conduit] Warning: 'Conduit' is out of scope.
- 1761.81 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.81 s
[conduit] Warning: 'catchC' is out of scope.
- 1761.81 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.81 s
[conduit] Warning: 'tryC' is out of scope.
- 1761.81 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.81 s
[conduit] Warning: 'ZipConduit' is ambiguous. It is defined
- 1761.81 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:30
- 1761.81 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:1
- 1761.81 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
- 1761.81 s
[conduit] by specifying the type/value namespace explicitly.
- 1761.81 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1229:1
- 1761.81 s
[conduit] Warning: 'ConduitT' is ambiguous. It is defined
- 1761.81 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:28
- 1761.81 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:1
- 1761.81 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
- 1761.81 s
[conduit] by specifying the type/value namespace explicitly.
- 1761.81 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:123:1
- 1761.82 s
[conduit] Warning: 'SealedConduitT' is ambiguous. It is defined
- 1761.82 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:34
- 1761.82 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:1
- 1761.82 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
- 1761.82 s
[conduit] by specifying the type/value namespace explicitly.
- 1761.82 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:138:1
- 1761.82 s
[conduit] 18% ( 3 / 16) in 'Data.Conduit.Internal.Fusion'
- 1761.82 s
[conduit] Missing documentation for:
- 1761.82 s
[conduit] Module header
- 1761.82 s
[conduit] Stream (src/Data/Conduit/Internal/Fusion.hs:39)
- 1761.82 s
[conduit] ConduitWithStream (src/Data/Conduit/Internal/Fusion.hs:43)
- 1761.82 s
[conduit] StreamConduitT (src/Data/Conduit/Internal/Fusion.hs:47)
- 1761.82 s
[conduit] StreamConduit (src/Data/Conduit/Internal/Fusion.hs:49)
- 1761.82 s
[conduit] StreamSource (src/Data/Conduit/Internal/Fusion.hs:51)
- 1761.82 s
[conduit] StreamProducer (src/Data/Conduit/Internal/Fusion.hs:53)
- 1761.82 s
[conduit] StreamSink (src/Data/Conduit/Internal/Fusion.hs:55)
- 1761.82 s
[conduit] StreamConsumer (src/Data/Conduit/Internal/Fusion.hs:57)
- 1761.82 s
[conduit] streamConduit (src/Data/Conduit/Internal/Fusion.hs:250)
- 1761.82 s
[conduit] streamSource (src/Data/Conduit/Internal/Fusion.hs:257)
- 1761.82 s
[conduit] streamSourcePure (src/Data/Conduit/Internal/Fusion.hs:275)
- 1761.82 s
[conduit] unstream (src/Data/Conduit/Internal/Fusion.hs:60)
- 1761.82 s
[conduit] 0% ( 0 / 41) in 'Data.Conduit.Internal.List.Stream'
- 1761.82 s
[conduit] Missing documentation for:
- 1761.82 s
[conduit] Module header
- 1761.82 s
[conduit] unfoldS (src/Data/Conduit/Internal/List/Stream.hs:17)
- 1761.82 s
[conduit] unfoldEitherS (src/Data/Conduit/Internal/List/Stream.hs:30)
- 1761.82 s
[conduit] unfoldMS (src/Data/Conduit/Internal/List/Stream.hs:43)
- 1761.82 s
[conduit] unfoldEitherMS (src/Data/Conduit/Internal/List/Stream.hs:57)
- 1761.82 s
[conduit] sourceListS (src/Data/Conduit/Internal/List/Stream.hs:67)
- 1761.82 s
[conduit] enumFromToS (src/Data/Conduit/Internal/List/Stream.hs:78)
- 1761.82 s
[conduit] enumFromToS_int (src/Data/Conduit/Internal/List/Stream.hs:90)
- 1761.82 s
[conduit] iterateS (src/Data/Conduit/Internal/List/Stream.hs:101)
- 1761.82 s
[conduit] replicateS (src/Data/Conduit/Internal/List/Stream.hs:110)
- 1761.82 s
[conduit] replicateMS (src/Data/Conduit/Internal/List/Stream.hs:119)
- 1761.82 s
[conduit] foldS (src/Data/Conduit/Internal/List/Stream.hs:128)
- 1761.82 s
[conduit] foldMS (src/Data/Conduit/Internal/List/Stream.hs:140)
- 1761.82 s
[conduit] mapM_S (src/Data/Conduit/Internal/List/Stream.hs:156)
- 1761.82 s
[conduit] dropS (src/Data/Conduit/Internal/List/Stream.hs:170)
- 1761.82 s
[conduit] takeS (src/Data/Conduit/Internal/List/Stream.hs:185)
- 1761.82 s
[conduit] headS (src/Data/Conduit/Internal/List/Stream.hs:198)
- 1761.82 s
[conduit] mapS (src/Data/Conduit/Internal/List/Stream.hs:210)
- 1761.82 s
[conduit] mapMS (src/Data/Conduit/Internal/List/Stream.hs:222)
- 1761.82 s
[conduit] iterMS (src/Data/Conduit/Internal/List/Stream.hs:234)
- 1761.82 s
[conduit] mapMaybeS (src/Data/Conduit/Internal/List/Stream.hs:246)
- 1761.82 s
[conduit] mapMaybeMS (src/Data/Conduit/Internal/List/Stream.hs:261)
- 1761.82 s
[conduit] catMaybesS (src/Data/Conduit/Internal/List/Stream.hs:277)
- 1761.82 s
[conduit] concatS (src/Data/Conduit/Internal/List/Stream.hs:290)
- 1761.82 s
[conduit] concatMapS (src/Data/Conduit/Internal/List/Stream.hs:303)
- 1761.82 s
[conduit] concatMapMS (src/Data/Conduit/Internal/List/Stream.hs:316)
- 1761.82 s
[conduit] concatMapAccumS (src/Data/Conduit/Internal/List/Stream.hs:331)
- 1761.82 s
[conduit] mapAccumS (src/Data/Conduit/Internal/List/Stream.hs:346)
- 1761.82 s
[conduit] mapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:360)
- 1761.82 s
[conduit] concatMapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:374)
- 1761.82 s
[conduit] mapFoldableS (src/Data/Conduit/Internal/List/Stream.hs:389)
- 1761.82 s
[conduit] mapFoldableMS (src/Data/Conduit/Internal/List/Stream.hs:402)
- 1761.82 s
[conduit] consumeS (src/Data/Conduit/Internal/List/Stream.hs:417)
- 1761.82 s
[conduit] groupByS (src/Data/Conduit/Internal/List/Stream.hs:429)
- 1761.82 s
[conduit] groupOn1S (src/Data/Conduit/Internal/List/Stream.hs:433)
- 1761.82 s
[conduit] GroupByState (src/Data/Conduit/Internal/List/Stream.hs:436)
- 1761.82 s
[conduit] groupBy1S (src/Data/Conduit/Internal/List/Stream.hs:442)
- 1761.82 s
[conduit] isolateS (src/Data/Conduit/Internal/List/Stream.hs:463)
- 1761.82 s
[conduit] filterS (src/Data/Conduit/Internal/List/Stream.hs:476)
- 1761.82 s
[conduit] sinkNullS (src/Data/Conduit/Internal/List/Stream.hs:489)
- 1761.82 s
[conduit] sourceNullS (src/Data/Conduit/Internal/List/Stream.hs:501)
- 1761.82 s
[conduit] 11% ( 3 / 27) in 'Data.Conduit.Combinators.Stream'
- 1761.82 s
[conduit] Missing documentation for:
- 1761.82 s
[conduit] yieldManyS (src/Data/Conduit/Combinators/Stream.hs:71)
- 1761.82 s
[conduit] repeatMS (src/Data/Conduit/Combinators/Stream.hs:81)
- 1761.82 s
[conduit] repeatWhileMS (src/Data/Conduit/Combinators/Stream.hs:91)
- 1761.82 s
[conduit] foldl1S (src/Data/Conduit/Combinators/Stream.hs:104)
- 1761.82 s
[conduit] allS (src/Data/Conduit/Combinators/Stream.hs:118)
- 1761.82 s
[conduit] anyS (src/Data/Conduit/Combinators/Stream.hs:124)
- 1761.82 s
[conduit] sinkLazyS (src/Data/Conduit/Combinators/Stream.hs:132)
- 1761.82 s
[conduit] sinkVectorS (src/Data/Conduit/Combinators/Stream.hs:137)
- 1761.82 s
[conduit] sinkVectorNS (src/Data/Conduit/Combinators/Stream.hs:163)
- 1761.82 s
[conduit] sinkLazyBuilderS (src/Data/Conduit/Combinators/Stream.hs:182)
- 1761.82 s
[conduit] lastS (src/Data/Conduit/Combinators/Stream.hs:187)
- 1761.82 s
[conduit] lastES (src/Data/Conduit/Combinators/Stream.hs:200)
- 1761.82 s
[conduit] findS (src/Data/Conduit/Combinators/Stream.hs:214)
- 1761.82 s
[conduit] concatMapS (src/Data/Conduit/Combinators/Stream.hs:231)
- 1761.82 s
[conduit] concatMapMS (src/Data/Conduit/Combinators/Stream.hs:246)
- 1761.82 s
[conduit] concatS (src/Data/Conduit/Combinators/Stream.hs:262)
- 1761.82 s
[conduit] scanlS (src/Data/Conduit/Combinators/Stream.hs:270)
- 1761.82 s
[conduit] scanlMS (src/Data/Conduit/Combinators/Stream.hs:285)
- 1761.82 s
[conduit] mapAccumWhileS (src/Data/Conduit/Combinators/Stream.hs:301)
- 1761.82 s
[conduit] mapAccumWhileMS (src/Data/Conduit/Combinators/Stream.hs:316)
- 1761.82 s
[conduit] intersperseS (src/Data/Conduit/Combinators/Stream.hs:337)
- 1761.82 s
[conduit] slidingWindowS (src/Data/Conduit/Combinators/Stream.hs:363)
- 1761.82 s
[conduit] filterMS (src/Data/Conduit/Combinators/Stream.hs:394)
- 1761.82 s
[conduit] splitOnUnboundedES (src/Data/Conduit/Combinators/Stream.hs:420)
- 1761.83 s
[conduit] 97% ( 78 / 80) in 'Data.Conduit'
- 1761.83 s
[conduit] Missing documentation for:
- 1761.83 s
[conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
- 1761.83 s
[conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
- 1761.83 s
[conduit] 91% ( 81 / 89) in 'Data.Conduit.Internal'
- 1761.83 s
[conduit] Missing documentation for:
- 1761.83 s
[conduit] Module header
- 1761.83 s
[conduit] enumFromTo (src/Data/Conduit/Internal/Pipe.hs:500)
- 1761.83 s
[conduit] yieldM (src/Data/Conduit/Internal/Pipe.hs:251)
- 1761.83 s
[conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
- 1761.83 s
[conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
- 1761.83 s
[conduit] sourceToPipe (src/Data/Conduit/Internal/Conduit.hs:333)
- 1761.83 s
[conduit] sinkToPipe (src/Data/Conduit/Internal/Conduit.hs:343)
- 1761.83 s
[conduit] conduitToPipe (src/Data/Conduit/Internal/Conduit.hs:353)
- 1761.83 s
[conduit] 100% ( 42 / 42) in 'Data.Conduit.Lift'
- 1761.83 s
[conduit] Warning: 'succ' is out of scope.
- 1761.83 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.84 s
[conduit] Warning: 'Foldable' is out of scope.
- 1761.84 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.84 s
[conduit] 100% ( 60 / 60) in 'Data.Conduit.List'
- 1761.84 s
[conduit] Warning: 'ResourceT' is out of scope.
- 1761.84 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.85 s
[conduit] Warning: 'chunkSize' is out of scope.
- 1761.85 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.86 s
[conduit] Warning: 'Flush' is ambiguous. It is defined
- 1761.86 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:26
- 1761.86 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:1
- 1761.86 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
- 1761.86 s
[conduit] by specifying the type/value namespace explicitly.
- 1761.86 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1093:1
- 1761.86 s
[conduit] 100% (167 /167) in 'Data.Conduit.Combinators'
- 1761.86 s
[conduit] Warning: 'succ' is out of scope.
- 1761.86 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'iterM' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'takeExactly' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'takeExactlyE' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'take' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'takeE' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'concatMap' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'chunkSize' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'chunksOfExactlyE' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'chunksOfE' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'mapM_' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'concatMapM' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'line' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'unlines' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.87 s
[conduit] Warning: 'linesUnbounded' is out of scope.
- 1761.87 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
- 1761.88 s
[conduit] 100% (171 /171) in 'Conduit'
- 1762.25 s
[conduit] Warning: Data.Conduit.Combinators.Stream: could not find link destinations for:
- 1762.25 s
[conduit] - Data.Vector.Generic.Base.Vector
- 1762.25 s
[conduit] Warning: Data.Conduit: could not find link destinations for:
- 1762.25 s
[conduit] - GHC.Internal.Generics.Rep_Void
- 1762.25 s
[conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
- 1762.26 s
[conduit] Warning: Data.Conduit.Internal: could not find link destinations for:
- 1762.26 s
[conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
- 1762.26 s
[conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
- 1762.28 s
[conduit] Warning: Data.Conduit.Combinators: could not find link destinations for:
- 1762.28 s
[conduit] - Data.Vector.Generic.Base.Vector
- 1762.28 s
[conduit] - Data.Conduit.Combinators.Buffer
- 1762.30 s
[conduit] Warning: Conduit: could not find link destinations for:
- 1762.30 s
[conduit] - GHC.Internal.Data.Functor.Identity.Rep_Identity
- 1762.30 s
[conduit] - GHC.Internal.Data.Functor.Identity.Rep1_Identity
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateIO
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateIdentityT
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateST
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateST0
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateAccumT
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateContT
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateExceptT
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateMaybeT
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateRWST0
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateRWST1
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateRWST
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateReaderT
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateSelectT
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateStateT0
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateStateT
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT0
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT1
- 1762.30 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT
- 1762.30 s
[conduit] - Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
- 1762.30 s
[conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
- 1762.30 s
[conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
- 1762.30 s
[conduit] - Data.Vector.Unboxed.Base.Unbox
- 1762.30 s
[conduit] - Data.Vector.Generic.Base.Vector
- 1762.30 s
[conduit] - Data.Vector.Generic.Base.basicLength
- 1762.30 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeIndexM
- 1762.30 s
[conduit] - Data.Vector.Generic.Base.elemseq
- 1762.30 s
[conduit] - Data.Vector.Generic.Base.Mutable
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.MVector
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicLength
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicInitialize
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
- 1762.30 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeSlice
- 1762.30 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeCopy
- 1762.30 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeFreeze
- 1762.30 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeThaw
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicClear
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicOverlaps
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicSet
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
- 1762.30 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
- 1762.30 s
[conduit] - Data.Vector.Unboxed.Base.MV_Identity
- 1762.30 s
[conduit] - Data.Vector.Unboxed.Base.V_Identity
- 1762.30 s
[conduit] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
- 1762.30 s
[conduit] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
- 1762.30 s
[conduit] - Data.Conduit.Combinators.Buffer
- 1767.26 s
[conduit] Documentation created: dist/doc/html/conduit/,
- 1767.26 s
[conduit] dist/doc/html/conduit/conduit.txt
- 1767.44 s
[conduit] Preprocessing test suite 'conduit-test' for conduit-1.3.6.1...
- 1767.44 s
[conduit] Phase: installPhase
- 1767.44 s
[conduit] Installing library in /nix/store/0g6aahlgdb0s6ya4iw7rb0p3dnnhdbvi-conduit-1.3.6.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1767.82 s
[conduit] Phase: fixupPhase
- 1767.84 s
[conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/0g6aahlgdb0s6ya4iw7rb0p3dnnhdbvi-conduit-1.3.6.1
- 1767.84 s
[conduit] shrinking /nix/store/0g6aahlgdb0s6ya4iw7rb0p3dnnhdbvi-conduit-1.3.6.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/libHSconduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH-ghc9.10.2.so
- 1767.86 s
[conduit] checking for references to /build/ in /nix/store/0g6aahlgdb0s6ya4iw7rb0p3dnnhdbvi-conduit-1.3.6.1...
- 1767.88 s
[conduit] patching script interpreter paths in /nix/store/0g6aahlgdb0s6ya4iw7rb0p3dnnhdbvi-conduit-1.3.6.1
- 1767.88 s
[conduit] stripping (with command strip and flags -S -p) in /nix/store/0g6aahlgdb0s6ya4iw7rb0p3dnnhdbvi-conduit-1.3.6.1/lib
- 1768.03 s
[conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/69830r2bh7vzrp0wm44j8nbqprqy66jc-conduit-1.3.6.1-doc
- 1768.04 s
[conduit] checking for references to /build/ in /nix/store/69830r2bh7vzrp0wm44j8nbqprqy66jc-conduit-1.3.6.1-doc...
- 1768.06 s
[conduit] patching script interpreter paths in /nix/store/69830r2bh7vzrp0wm44j8nbqprqy66jc-conduit-1.3.6.1-doc
- 1768.18 s
Progress: 342 of 363 built (2 building), 555 of 555 downloaded from cache
- 1768.24 s
Building conduit-extra
- 1768.30 s
Building conduit-parse
- 1768.34 s
Building libyaml
- 1768.40 s
[conduit-extra] Phase: setupCompilerEnvironmentPhase
- 1768.41 s
[conduit-extra] Build with /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2.
- 1768.44 s
[conduit-parse] Phase: setupCompilerEnvironmentPhase
- 1768.44 s
[conduit-parse] Build with /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2.
- 1768.46 s
[libyaml] Phase: setupCompilerEnvironmentPhase
- 1768.46 s
[libyaml] Build with /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2.
- 1768.62 s
[conduit-extra] Phase: unpackPhase
- 1768.62 s
[conduit-extra] unpacking source archive /nix/store/02b3jg0dbb72fl6hjw0im62s1wqqh4s6-conduit-extra-1.3.8.tar.gz
- 1768.62 s
[conduit-parse] Phase: unpackPhase
- 1768.63 s
[conduit-parse] unpacking source archive /nix/store/5inary4gap17pija37hi9s0dnwj4sdgj-conduit-parse-0.2.1.1.tar.gz
- 1768.63 s
[libyaml] Phase: unpackPhase
- 1768.63 s
[conduit-extra] source root is conduit-extra-1.3.8
- 1768.63 s
[libyaml] unpacking source archive /nix/store/z9q7w51ysg8cdvgpx6d6zlcz4ghkhp0h-libyaml-0.1.4.tar.gz
- 1768.63 s
[conduit-parse] source root is conduit-parse-0.2.1.1
- 1768.64 s
[conduit-extra] setting SOURCE_DATE_EPOCH to timestamp 1750917223 of file "conduit-extra-1.3.8/test/Spec.hs"
- 1768.64 s
[conduit-parse] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "conduit-parse-0.2.1.1/test/Main.hs"
- 1768.64 s
[libyaml] source root is libyaml-0.1.4
- 1768.64 s
[conduit-extra] Phase: patchPhase
- 1768.64 s
[conduit-parse] Phase: patchPhase
- 1768.64 s
[libyaml] setting SOURCE_DATE_EPOCH to timestamp 1710477580 of file "libyaml-0.1.4/libyaml.cabal"
- 1768.65 s
[conduit-extra] Replace Cabal file with edited version from mirror://hackage/conduit-extra-1.3.8/revision/1.cabal.
- 1768.65 s
[conduit-parse] Replace Cabal file with edited version from mirror://hackage/conduit-parse-0.2.1.1/revision/1.cabal.
- 1768.65 s
[libyaml] Phase: patchPhase
- 1768.65 s
[conduit-extra] Phase: compileBuildDriverPhase
- 1768.65 s
[conduit-parse] Phase: compileBuildDriverPhase
- 1768.66 s
[conduit-extra] setupCompileFlags: -package-db=/build/tmp.RB1SITSoHp/setup-package.conf.d -threaded
- 1768.66 s
[libyaml] Phase: compileBuildDriverPhase
- 1768.66 s
[conduit-parse] setupCompileFlags: -package-db=/build/tmp.DFtpQVJW0E/setup-package.conf.d -threaded
- 1768.66 s
[libyaml] setupCompileFlags: -package-db=/build/tmp.lS2qjVSPE9/setup-package.conf.d -threaded
- 1768.70 s
[conduit-parse] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.DFtpQVJW0E/Main.o )
- 1768.70 s
[conduit-extra] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.RB1SITSoHp/Main.o )
- 1768.70 s
[libyaml] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.lS2qjVSPE9/Main.o )
- 1768.75 s
[conduit-extra] [2 of 2] Linking Setup
- 1768.75 s
[conduit-parse] [2 of 2] Linking Setup
- 1768.75 s
[libyaml] [2 of 2] Linking Setup
- 1769.55 s
[lsp-types] [1 of 2] Compiling Language.LSP.MetaModel.Types ( metamodel/Language/LSP/MetaModel/Types.hs, dist/build/metamodel/Language/LSP/MetaModel/Types.p_o )
- 1769.92 s
[conduit-extra] Phase: updateAutotoolsGnuConfigScriptsPhase
- 1769.93 s
[conduit-extra] Phase: configurePhase
- 1769.94 s
[conduit-extra] configureFlags: --verbose --prefix=/nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/3vk6a7gp7kb7pqbip08r4y9wqjz6hsf7-conduit-extra-1.3.8-doc/share/doc/conduit-extra-1.3.8 --with-gcc=gcc --package-db=/build/tmp.RB1SITSoHp/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/kpi3v5fl8hlgy5lagjvn6ayq78mla49k-ncurses-6.5/lib --extra-lib-dirs=/nix/store/c86nvwib4x4w4lkd3qw2aw40a354b6yd-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/v6v4r40nfy7inyr36yckidhi6ngh0k6p-elfutils-0.194/lib --extra-lib-dirs=/nix/store/z658zzyxfc8106bjl5svssvsjvk513yj-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/n8f6dc226f3z0yz8b7yh2ksi5gx70mha-numactl-2.0.18/lib
- 1769.94 s
[conduit-extra] Using Parsec parser
- 1769.94 s
[conduit-extra] Configuring conduit-extra-1.3.8...
- 1769.95 s
[libyaml] Phase: updateAutotoolsGnuConfigScriptsPhase
- 1769.95 s
[conduit-parse] Phase: updateAutotoolsGnuConfigScriptsPhase
- 1769.96 s
[libyaml] Phase: configurePhase
- 1769.96 s
[libyaml] configureFlags: --verbose --prefix=/nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/m0qzxl5qr1n64a56kanq9bbl7zrh2vq4-libyaml-0.1.4-doc/share/doc/libyaml-0.1.4 --with-gcc=gcc --package-db=/build/tmp.lS2qjVSPE9/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/kpi3v5fl8hlgy5lagjvn6ayq78mla49k-ncurses-6.5/lib --extra-lib-dirs=/nix/store/c86nvwib4x4w4lkd3qw2aw40a354b6yd-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/v6v4r40nfy7inyr36yckidhi6ngh0k6p-elfutils-0.194/lib --extra-lib-dirs=/nix/store/z658zzyxfc8106bjl5svssvsjvk513yj-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/n8f6dc226f3z0yz8b7yh2ksi5gx70mha-numactl-2.0.18/lib
- 1769.96 s
[conduit-parse] Phase: configurePhase
- 1769.97 s
[libyaml] Using Parsec parser
- 1769.97 s
[libyaml] Configuring libyaml-0.1.4...
- 1769.97 s
[conduit-parse] configureFlags: --verbose --prefix=/nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/c022j44r40ykskdm430r1vbvkcsfg5zg-conduit-parse-0.2.1.1-doc/share/doc/conduit-parse-0.2.1.1 --with-gcc=gcc --package-db=/build/tmp.DFtpQVJW0E/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/kpi3v5fl8hlgy5lagjvn6ayq78mla49k-ncurses-6.5/lib --extra-lib-dirs=/nix/store/c86nvwib4x4w4lkd3qw2aw40a354b6yd-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/v6v4r40nfy7inyr36yckidhi6ngh0k6p-elfutils-0.194/lib --extra-lib-dirs=/nix/store/z658zzyxfc8106bjl5svssvsjvk513yj-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/n8f6dc226f3z0yz8b7yh2ksi5gx70mha-numactl-2.0.18/lib
- 1769.97 s
[conduit-parse] Using Parsec parser
- 1769.97 s
[conduit-parse] Configuring conduit-parse-0.2.1.1...
- 1770.25 s
[libyaml] Flags chosen: no-unicode=False, system-libyaml=False
- 1770.25 s
[conduit-parse] Flags chosen: enable-hlint-test=False
- 1770.45 s
[conduit-extra] Dependency async: using async-2.2.5
- 1770.45 s
[conduit-extra] Dependency attoparsec >=0.10: using attoparsec-0.14.4
- 1770.45 s
[conduit-extra] Dependency base >=4.14 && <5: using base-4.20.1.0
- 1770.45 s
[conduit-extra] Dependency bytestring >=0.10.2: using bytestring-0.12.2.0
- 1770.45 s
[conduit-extra] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
- 1770.45 s
[conduit-extra] Dependency directory: using directory-1.3.8.5
- 1770.45 s
[conduit-extra] Dependency filepath: using filepath-1.5.4.0
- 1770.45 s
[conduit-extra] Dependency network >=2.3: using network-3.2.8.0
- 1770.45 s
[conduit-extra] Dependency primitive >=0.5: using primitive-0.9.1.0
- 1770.45 s
[conduit-extra] Dependency process: using process-1.6.25.0
- 1770.45 s
[conduit-extra] Dependency resourcet >=1.1: using resourcet-1.3.0
- 1770.45 s
[conduit-extra] Dependency stm: using stm-2.5.3.1
- 1770.45 s
[conduit-extra] Dependency streaming-commons >=0.2.3.0: using streaming-commons-0.2.3.1
- 1770.45 s
[conduit-extra] Dependency text: using text-2.1.2
- 1770.45 s
[conduit-extra] Dependency transformers: using transformers-0.6.1.1
- 1770.45 s
[conduit-extra] Dependency typed-process >=0.2.6: using typed-process-0.2.13.0
- 1770.45 s
[conduit-extra] Dependency unliftio-core: using unliftio-core-0.2.1.0
- 1770.45 s
[conduit-extra] Dependency QuickCheck: using QuickCheck-2.15.0.1
- 1770.45 s
[conduit-extra] Dependency async: using async-2.2.5
- 1770.45 s
[conduit-extra] Dependency attoparsec: using attoparsec-0.14.4
- 1770.45 s
[conduit-extra] Dependency base: using base-4.20.1.0
- 1770.45 s
[conduit-extra] Dependency bytestring: using bytestring-0.12.2.0
- 1770.45 s
[conduit-extra] Dependency conduit: using conduit-1.3.6.1
- 1770.45 s
[conduit-extra] Dependency conduit-extra: using conduit-extra-1.3.8
- 1770.45 s
[conduit-extra] Dependency directory: using directory-1.3.8.5
- 1770.45 s
[conduit-extra] Dependency exceptions: using exceptions-0.10.9
- 1770.45 s
[conduit-extra] Dependency filepath: using filepath-1.5.4.0
- 1770.45 s
[conduit-extra] Dependency hspec >=1.3: using hspec-2.11.14
- 1770.45 s
[conduit-extra] Dependency process: using process-1.6.25.0
- 1770.45 s
[conduit-extra] Dependency resourcet: using resourcet-1.3.0
- 1770.45 s
[conduit-extra] Dependency stm: using stm-2.5.3.1
- 1770.45 s
[conduit-extra] Dependency streaming-commons: using streaming-commons-0.2.3.1
- 1770.45 s
[conduit-extra] Dependency text: using text-2.1.2
- 1770.45 s
[conduit-extra] Dependency transformers: using transformers-0.6.1.1
- 1770.45 s
[conduit-extra] Dependency transformers-base: using transformers-base-0.4.6
- 1770.45 s
[conduit-extra] Source component graph:
- 1770.45 s
[conduit-extra] component lib
- 1770.45 s
[conduit-extra] component test:test dependency lib
- 1770.45 s
[conduit-extra] Configured component graph:
- 1770.45 s
[conduit-extra] component conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF
- 1770.45 s
[conduit-extra] include async-2.2.5-1ez9z2ExATN1LTOMTmG4Gq
- 1770.45 s
[conduit-extra] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1770.45 s
[conduit-extra] include base-4.20.1.0-a280
- 1770.45 s
[conduit-extra] include bytestring-0.12.2.0-b7cf
- 1770.45 s
[conduit-extra] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.45 s
[conduit-extra] include directory-1.3.8.5-c7cf
- 1770.45 s
[conduit-extra] include filepath-1.5.4.0-4815
- 1770.45 s
[conduit-extra] include network-3.2.8.0-KznLTBienvoEgzIADcNYz3
- 1770.45 s
[conduit-extra] include primitive-0.9.1.0-3ILJGLH8Oqm5u4JLC4Tw1Y
- 1770.45 s
[conduit-extra] include process-1.6.25.0-1a3d
- 1770.45 s
[conduit-extra] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.45 s
[conduit-extra] include stm-2.5.3.1-1a4d
- 1770.45 s
[conduit-extra] include streaming-commons-0.2.3.1-8c8RwNfSbypHjShhSJUyUJ
- 1770.45 s
[conduit-extra] include text-2.1.2-2d65
- 1770.45 s
[conduit-extra] include transformers-0.6.1.1-c08a
- 1770.45 s
[conduit-extra] include typed-process-0.2.13.0-UrPpGwj6jeFNSrBN6hSGZ
- 1770.45 s
[conduit-extra] include unliftio-core-0.2.1.0-KzVw1IlgfmxI0tS7bLf6cJ
- 1770.45 s
[conduit-extra] component conduit-extra-1.3.8-6bjTkL7ppcn49xT9E7o5AW-test
- 1770.45 s
[conduit-extra] include QuickCheck-2.15.0.1-2HLkitLGm7mDbZxgjVZbIJ
- 1770.45 s
[conduit-extra] include async-2.2.5-1ez9z2ExATN1LTOMTmG4Gq
- 1770.45 s
[conduit-extra] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1770.45 s
[conduit-extra] include base-4.20.1.0-a280
- 1770.45 s
[conduit-extra] include bytestring-0.12.2.0-b7cf
- 1770.45 s
[conduit-extra] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.45 s
[conduit-extra] include conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF
- 1770.45 s
[conduit-extra] include directory-1.3.8.5-c7cf
- 1770.45 s
[conduit-extra] include exceptions-0.10.9-bc84
- 1770.45 s
[conduit-extra] include filepath-1.5.4.0-4815
- 1770.45 s
[conduit-extra] include hspec-2.11.14-4mjH2wN9o1fe68VusBnv0
- 1770.45 s
[conduit-extra] include process-1.6.25.0-1a3d
- 1770.45 s
[conduit-extra] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.45 s
[conduit-extra] include stm-2.5.3.1-1a4d
- 1770.45 s
[conduit-extra] include streaming-commons-0.2.3.1-8c8RwNfSbypHjShhSJUyUJ
- 1770.45 s
[conduit-extra] include text-2.1.2-2d65
- 1770.45 s
[conduit-extra] include transformers-0.6.1.1-c08a
- 1770.45 s
[conduit-extra] include transformers-base-0.4.6-E88WQzZPUhDGNp6D845uV
- 1770.45 s
[conduit-extra] Linked component graph:
- 1770.45 s
[conduit-extra] unit conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF
- 1770.45 s
[conduit-extra] include async-2.2.5-1ez9z2ExATN1LTOMTmG4Gq
- 1770.45 s
[conduit-extra] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1770.45 s
[conduit-extra] include base-4.20.1.0-a280
- 1770.45 s
[conduit-extra] include bytestring-0.12.2.0-b7cf
- 1770.45 s
[conduit-extra] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.45 s
[conduit-extra] include directory-1.3.8.5-c7cf
- 1770.45 s
[conduit-extra] include filepath-1.5.4.0-4815
- 1770.45 s
[conduit-extra] include network-3.2.8.0-KznLTBienvoEgzIADcNYz3
- 1770.45 s
[conduit-extra] include primitive-0.9.1.0-3ILJGLH8Oqm5u4JLC4Tw1Y
- 1770.45 s
[conduit-extra] include process-1.6.25.0-1a3d
- 1770.45 s
[conduit-extra] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.45 s
[conduit-extra] include stm-2.5.3.1-1a4d
- 1770.45 s
[conduit-extra] include streaming-commons-0.2.3.1-8c8RwNfSbypHjShhSJUyUJ
- 1770.45 s
[conduit-extra] include text-2.1.2-2d65
- 1770.45 s
[conduit-extra] include transformers-0.6.1.1-c08a
- 1770.45 s
[conduit-extra] include typed-process-0.2.13.0-UrPpGwj6jeFNSrBN6hSGZ
- 1770.45 s
[conduit-extra] include unliftio-core-0.2.1.0-KzVw1IlgfmxI0tS7bLf6cJ
- 1770.45 s
[conduit-extra] Data.Conduit.Attoparsec=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Attoparsec,Data.Conduit.Binary=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Binary,Data.Conduit.ByteString.Builder=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.ByteString.Builder,Data.Conduit.Filesystem=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Filesystem,Data.Conduit.Foldl=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Foldl,Data.Conduit.Lazy=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Lazy,Data.Conduit.Network=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Network,Data.Conduit.Network.UDP=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Network.UDP,Data.Conduit.Network.Unix=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Network.Unix,Data.Conduit.Process=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Process,Data.Conduit.Process.Typed=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Process.Typed,Data.Conduit.Text=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Text,Data.Conduit.Zlib=conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF:Data.Conduit.Zlib
- 1770.45 s
[conduit-extra] unit conduit-extra-1.3.8-6bjTkL7ppcn49xT9E7o5AW-test
- 1770.45 s
[conduit-extra] include QuickCheck-2.15.0.1-2HLkitLGm7mDbZxgjVZbIJ
- 1770.45 s
[conduit-extra] include async-2.2.5-1ez9z2ExATN1LTOMTmG4Gq
- 1770.45 s
[conduit-extra] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1770.45 s
[conduit-extra] include base-4.20.1.0-a280
- 1770.45 s
[conduit-extra] include bytestring-0.12.2.0-b7cf
- 1770.45 s
[conduit-extra] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.45 s
[conduit-extra] include conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF
- 1770.45 s
[conduit-extra] include directory-1.3.8.5-c7cf
- 1770.45 s
[conduit-extra] include exceptions-0.10.9-bc84
- 1770.45 s
[conduit-extra] include filepath-1.5.4.0-4815
- 1770.45 s
[conduit-extra] include hspec-2.11.14-4mjH2wN9o1fe68VusBnv0
- 1770.45 s
[conduit-extra] include process-1.6.25.0-1a3d
- 1770.45 s
[conduit-extra] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.45 s
[conduit-extra] include stm-2.5.3.1-1a4d
- 1770.45 s
[conduit-extra] include streaming-commons-0.2.3.1-8c8RwNfSbypHjShhSJUyUJ
- 1770.45 s
[conduit-extra] include text-2.1.2-2d65
- 1770.45 s
[conduit-extra] include transformers-0.6.1.1-c08a
- 1770.45 s
[conduit-extra] include transformers-base-0.4.6-E88WQzZPUhDGNp6D845uV
- 1770.45 s
[conduit-extra] Ready component graph:
- 1770.45 s
[conduit-extra] definite conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF
- 1770.45 s
[conduit-extra] depends async-2.2.5-1ez9z2ExATN1LTOMTmG4Gq
- 1770.45 s
[conduit-extra] depends attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1770.45 s
[conduit-extra] depends base-4.20.1.0-a280
- 1770.45 s
[conduit-extra] depends bytestring-0.12.2.0-b7cf
- 1770.45 s
[conduit-extra] depends conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.45 s
[conduit-extra] depends directory-1.3.8.5-c7cf
- 1770.45 s
[conduit-extra] depends filepath-1.5.4.0-4815
- 1770.45 s
[conduit-extra] depends network-3.2.8.0-KznLTBienvoEgzIADcNYz3
- 1770.45 s
[conduit-extra] depends primitive-0.9.1.0-3ILJGLH8Oqm5u4JLC4Tw1Y
- 1770.45 s
[conduit-extra] depends process-1.6.25.0-1a3d
- 1770.45 s
[conduit-extra] depends resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.45 s
[conduit-extra] depends stm-2.5.3.1-1a4d
- 1770.45 s
[conduit-extra] depends streaming-commons-0.2.3.1-8c8RwNfSbypHjShhSJUyUJ
- 1770.45 s
[conduit-extra] depends text-2.1.2-2d65
- 1770.45 s
[conduit-extra] depends transformers-0.6.1.1-c08a
- 1770.45 s
[conduit-extra] depends typed-process-0.2.13.0-UrPpGwj6jeFNSrBN6hSGZ
- 1770.45 s
[conduit-extra] depends unliftio-core-0.2.1.0-KzVw1IlgfmxI0tS7bLf6cJ
- 1770.45 s
[conduit-extra] definite conduit-extra-1.3.8-6bjTkL7ppcn49xT9E7o5AW-test
- 1770.45 s
[conduit-extra] depends QuickCheck-2.15.0.1-2HLkitLGm7mDbZxgjVZbIJ
- 1770.45 s
[conduit-extra] depends async-2.2.5-1ez9z2ExATN1LTOMTmG4Gq
- 1770.45 s
[conduit-extra] depends attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1770.45 s
[conduit-extra] depends base-4.20.1.0-a280
- 1770.45 s
[conduit-extra] depends bytestring-0.12.2.0-b7cf
- 1770.45 s
[conduit-extra] depends conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.45 s
[conduit-extra] depends conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF
- 1770.45 s
[conduit-extra] depends directory-1.3.8.5-c7cf
- 1770.45 s
[conduit-extra] depends exceptions-0.10.9-bc84
- 1770.45 s
[conduit-extra] depends filepath-1.5.4.0-4815
- 1770.45 s
[conduit-extra] depends hspec-2.11.14-4mjH2wN9o1fe68VusBnv0
- 1770.45 s
[conduit-extra] depends process-1.6.25.0-1a3d
- 1770.45 s
[conduit-extra] depends resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.45 s
[conduit-extra] depends stm-2.5.3.1-1a4d
- 1770.45 s
[conduit-extra] depends streaming-commons-0.2.3.1-8c8RwNfSbypHjShhSJUyUJ
- 1770.46 s
[libyaml] Dependency base >=4.14 && <5: using base-4.20.1.0
- 1770.46 s
[libyaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
- 1770.46 s
[libyaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
- 1770.46 s
[libyaml] Dependency libyaml-clib: using libyaml-clib-0.2.5
- 1770.46 s
[libyaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
- 1770.46 s
[libyaml] Source component graph: component lib
- 1770.46 s
[libyaml] Configured component graph:
- 1770.46 s
[libyaml] component libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1770.46 s
[libyaml] include base-4.20.1.0-a280
- 1770.46 s
[libyaml] include bytestring-0.12.2.0-b7cf
- 1770.46 s
[libyaml] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.46 s
[libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
- 1770.46 s
[libyaml] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.46 s
[libyaml] Linked component graph:
- 1770.46 s
[libyaml] unit libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1770.46 s
[libyaml] include base-4.20.1.0-a280
- 1770.46 s
[libyaml] include bytestring-0.12.2.0-b7cf
- 1770.46 s
[libyaml] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.46 s
[libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
- 1770.46 s
[libyaml] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.46 s
[libyaml] Text.Libyaml=libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT:Text.Libyaml
- 1770.46 s
[libyaml] Ready component graph:
- 1770.46 s
[libyaml] definite libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1770.46 s
[libyaml] depends base-4.20.1.0-a280
- 1770.46 s
[libyaml] depends bytestring-0.12.2.0-b7cf
- 1770.46 s
[libyaml] depends conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.46 s
[libyaml] depends libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
- 1770.46 s
[libyaml] depends resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.46 s
[libyaml] Using Cabal-3.12.1.0 compiled by ghc-9.10
- 1770.46 s
[libyaml] Using compiler: ghc-9.10.2
- 1770.46 s
[libyaml] Using install prefix:
- 1770.46 s
[libyaml] /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4
- 1770.46 s
[libyaml] Executables installed in:
- 1770.46 s
[libyaml] /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4/bin
- 1770.46 s
[libyaml] Libraries installed in:
- 1770.46 s
[libyaml] /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1770.46 s
[libyaml] Dynamic Libraries installed in:
- 1770.46 s
[libyaml] /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986
- 1770.46 s
[libyaml] Private executables installed in:
- 1770.46 s
[libyaml] /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4/libexec/x86_64-linux-ghc-9.10.2-f986/libyaml-0.1.4
- 1770.46 s
[libyaml] Data files installed in:
- 1770.46 s
[libyaml] /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4/share/x86_64-linux-ghc-9.10.2-f986/libyaml-0.1.4
- 1770.46 s
[libyaml] Documentation installed in:
- 1770.46 s
[libyaml] /nix/store/m0qzxl5qr1n64a56kanq9bbl7zrh2vq4-libyaml-0.1.4-doc/share/doc/libyaml-0.1.4
- 1770.46 s
[libyaml] Configuration files installed in:
- 1770.46 s
[libyaml] /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4/etc
- 1770.46 s
[libyaml] No alex found
- 1770.46 s
[libyaml] Using ar found on system at:
- 1770.46 s
[libyaml] /nix/store/4dh4138m8gbp56kh63j2pwgsfhf5l8v7-binutils-wrapper-2.44/bin/ar
- 1770.46 s
[libyaml] No c2hs found
- 1770.46 s
[libyaml] No cpphs found
- 1770.46 s
[libyaml] No doctest found
- 1770.46 s
[libyaml] Using gcc version 14.3.0 given by user at:
- 1770.46 s
[libyaml] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/gcc
- 1770.46 s
[libyaml] Using ghc version 9.10.2 found on system at:
- 1770.46 s
[libyaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/ghc
- 1770.46 s
[libyaml] Using ghc-pkg version 9.10.2 found on system at:
- 1770.46 s
[libyaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/ghc-pkg-9.10.2
- 1770.46 s
[libyaml] No ghcjs found
- 1770.46 s
[libyaml] No ghcjs-pkg found
- 1770.46 s
[libyaml] No greencard found
- 1770.46 s
[libyaml] Using haddock version 2.31.0 found on system at:
- 1770.46 s
[libyaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/haddock-ghc-9.10.2
- 1770.46 s
[libyaml] No happy found
- 1770.46 s
[libyaml] Using haskell-suite found on system at: haskell-suite-dummy-location
- 1770.46 s
[libyaml] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
- 1770.46 s
[libyaml] No hmake found
- 1770.46 s
[libyaml] Using hpc version 0.69 found on system at:
- 1770.46 s
[libyaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/hpc-ghc-9.10.2
- 1770.46 s
[libyaml] Using hsc2hs version 0.68.10 found on system at:
- 1770.46 s
[libyaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
- 1770.46 s
[libyaml] Using hscolour version 1.25 found on system at:
- 1770.46 s
[libyaml] /nix/store/wl1yx9igq6gjd3f6jffh7vqdq56kvwyg-hscolour-1.25/bin/HsColour
- 1770.46 s
[libyaml] No jhc found
- 1770.46 s
[libyaml] Using ld found on system at:
- 1770.46 s
[libyaml] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/ld
- 1770.46 s
[libyaml] No pkg-config found
- 1770.46 s
[libyaml] Using runghc version 9.10.2 found on system at:
- 1770.46 s
[libyaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/runghc-9.10.2
- 1770.46 s
[libyaml] Using strip version 2.44 found on system at:
- 1770.46 s
[libyaml] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/strip
- 1770.46 s
[libyaml] Using tar found on system at:
- 1770.46 s
[libyaml] /nix/store/l5ibq1yp8m7jibzgqbmpc46hkcnvv8fq-gnutar-1.35/bin/tar
- 1770.46 s
[libyaml] No uhc found
- 1770.46 s
[conduit-parse] Dependency base >=4.8 && <5: using base-4.20.1.0
- 1770.46 s
[conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
- 1770.46 s
[conduit-parse] Dependency dlist: using dlist-1.0
- 1770.46 s
[conduit-parse] Dependency mtl: using mtl-2.3.1
- 1770.46 s
[conduit-parse] Dependency parsers: using parsers-0.12.12
- 1770.46 s
[conduit-parse] Dependency safe: using safe-0.3.21
- 1770.46 s
[conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
- 1770.46 s
[conduit-parse] Dependency text: using text-2.1.2
- 1770.46 s
[conduit-parse] Dependency transformers: using transformers-0.6.1.1
- 1770.46 s
[conduit-parse] Dependency base >=4.8 && <5: using base-4.20.1.0
- 1770.46 s
[conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
- 1770.46 s
[conduit-parse] Dependency conduit-parse: using conduit-parse-0.2.1.1
- 1770.46 s
[conduit-parse] Dependency mtl: using mtl-2.3.1
- 1770.46 s
[conduit-parse] Dependency parsers: using parsers-0.12.12
- 1770.46 s
[conduit-parse] Dependency resourcet: using resourcet-1.3.0
- 1770.46 s
[conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
- 1770.46 s
[conduit-parse] Dependency tasty: using tasty-1.5.3
- 1770.46 s
[conduit-parse] Dependency tasty-hunit: using tasty-hunit-0.10.2
- 1770.46 s
[conduit-parse] Source component graph:
- 1770.46 s
[conduit-parse] component lib
- 1770.46 s
[conduit-parse] component test:tests dependency lib
- 1770.46 s
[conduit-parse] Configured component graph:
- 1770.46 s
[conduit-parse] component conduit-parse-0.2.1.1-F86Nneuja2oH80Q22cyEcH
- 1770.46 s
[conduit-parse] include base-4.20.1.0-a280
- 1770.46 s
[conduit-parse] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.46 s
[conduit-parse] include dlist-1.0-Jhnc1SoOlrSHE4yuzMJ6LU
- 1770.46 s
[conduit-parse] include mtl-2.3.1-87b4
- 1770.46 s
[conduit-parse] include parsers-0.12.12-4IUAo7mYGAXFaAOUWMeqwh
- 1770.46 s
[conduit-parse] include safe-0.3.21-GhdiA5DPxwfKf5l816M7Rh
- 1770.47 s
[conduit-parse] include safe-exceptions-0.1.7.4-2FZwRhUfJdhJGzLXDthjYc
- 1770.47 s
[conduit-parse] include text-2.1.2-2d65
- 1770.47 s
[conduit-parse] include transformers-0.6.1.1-c08a
- 1770.47 s
[conduit-parse] component conduit-parse-0.2.1.1-6fb5dWycupI1K38Vnpt7tY-tests
- 1770.47 s
[conduit-parse] include base-4.20.1.0-a280
- 1770.47 s
[conduit-parse] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.47 s
[conduit-parse] include conduit-parse-0.2.1.1-F86Nneuja2oH80Q22cyEcH
- 1770.47 s
[conduit-parse] include mtl-2.3.1-87b4
- 1770.47 s
[conduit-parse] include parsers-0.12.12-4IUAo7mYGAXFaAOUWMeqwh
- 1770.47 s
[conduit-parse] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.47 s
[conduit-parse] include safe-exceptions-0.1.7.4-2FZwRhUfJdhJGzLXDthjYc
- 1770.47 s
[conduit-parse] include tasty-1.5.3-C5Cg6wRhPMmDuTWArfuYfy
- 1770.47 s
[conduit-parse] include tasty-hunit-0.10.2-2E1f6XMBnoT2RRzklyNjdp
- 1770.47 s
[conduit-parse] Linked component graph:
- 1770.47 s
[conduit-parse] unit conduit-parse-0.2.1.1-F86Nneuja2oH80Q22cyEcH
- 1770.47 s
[conduit-parse] include base-4.20.1.0-a280
- 1770.47 s
[conduit-parse] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.47 s
[conduit-parse] include dlist-1.0-Jhnc1SoOlrSHE4yuzMJ6LU
- 1770.47 s
[conduit-parse] include mtl-2.3.1-87b4
- 1770.47 s
[conduit-parse] include parsers-0.12.12-4IUAo7mYGAXFaAOUWMeqwh
- 1770.47 s
[conduit-parse] include safe-0.3.21-GhdiA5DPxwfKf5l816M7Rh
- 1770.47 s
[conduit-parse] include safe-exceptions-0.1.7.4-2FZwRhUfJdhJGzLXDthjYc
- 1770.47 s
[conduit-parse] include text-2.1.2-2d65
- 1770.47 s
[conduit-parse] include transformers-0.6.1.1-c08a
- 1770.47 s
[conduit-parse] Data.Conduit.Parser=conduit-parse-0.2.1.1-F86Nneuja2oH80Q22cyEcH:Data.Conduit.Parser
- 1770.47 s
[conduit-parse] unit conduit-parse-0.2.1.1-6fb5dWycupI1K38Vnpt7tY-tests
- 1770.47 s
[conduit-parse] include base-4.20.1.0-a280
- 1770.47 s
[conduit-parse] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.47 s
[conduit-parse] include conduit-parse-0.2.1.1-F86Nneuja2oH80Q22cyEcH
- 1770.47 s
[conduit-parse] include mtl-2.3.1-87b4
- 1770.47 s
[conduit-parse] include parsers-0.12.12-4IUAo7mYGAXFaAOUWMeqwh
- 1770.47 s
[conduit-parse] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.47 s
[conduit-parse] include safe-exceptions-0.1.7.4-2FZwRhUfJdhJGzLXDthjYc
- 1770.47 s
[conduit-parse] include tasty-1.5.3-C5Cg6wRhPMmDuTWArfuYfy
- 1770.47 s
[conduit-parse] include tasty-hunit-0.10.2-2E1f6XMBnoT2RRzklyNjdp
- 1770.47 s
[conduit-parse] Ready component graph:
- 1770.47 s
[conduit-parse] definite conduit-parse-0.2.1.1-F86Nneuja2oH80Q22cyEcH
- 1770.47 s
[conduit-parse] depends base-4.20.1.0-a280
- 1770.47 s
[conduit-parse] depends conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.47 s
[conduit-parse] depends dlist-1.0-Jhnc1SoOlrSHE4yuzMJ6LU
- 1770.47 s
[conduit-parse] depends mtl-2.3.1-87b4
- 1770.47 s
[conduit-parse] depends parsers-0.12.12-4IUAo7mYGAXFaAOUWMeqwh
- 1770.47 s
[conduit-parse] depends safe-0.3.21-GhdiA5DPxwfKf5l816M7Rh
- 1770.47 s
[conduit-parse] depends safe-exceptions-0.1.7.4-2FZwRhUfJdhJGzLXDthjYc
- 1770.47 s
[conduit-parse] depends text-2.1.2-2d65
- 1770.47 s
[conduit-parse] depends transformers-0.6.1.1-c08a
- 1770.47 s
[conduit-parse] definite conduit-parse-0.2.1.1-6fb5dWycupI1K38Vnpt7tY-tests
- 1770.47 s
[conduit-parse] depends base-4.20.1.0-a280
- 1770.47 s
[conduit-parse] depends conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1770.47 s
[conduit-parse] depends conduit-parse-0.2.1.1-F86Nneuja2oH80Q22cyEcH
- 1770.47 s
[conduit-parse] depends mtl-2.3.1-87b4
- 1770.47 s
[conduit-parse] depends parsers-0.12.12-4IUAo7mYGAXFaAOUWMeqwh
- 1770.47 s
[conduit-parse] depends resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1770.47 s
[conduit-parse] depends safe-exceptions-0.1.7.4-2FZwRhUfJdhJGzLXDthjYc
- 1770.47 s
[conduit-parse] depends tasty-1.5.3-C5Cg6wRhPMmDuTWArfuYfy
- 1770.47 s
[conduit-parse] depends tasty-hunit-0.10.2-2E1f6XMBnoT2RRzklyNjdp
- 1770.47 s
[conduit-parse] Using Cabal-3.12.1.0 compiled by ghc-9.10
- 1770.47 s
[conduit-parse] Using compiler: ghc-9.10.2
- 1770.47 s
[conduit-parse] Using install prefix:
- 1770.47 s
[conduit-parse] /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1
- 1770.47 s
[conduit-parse] Executables installed in:
- 1770.47 s
[conduit-parse] /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1/bin
- 1770.47 s
[conduit-parse] Libraries installed in:
- 1770.47 s
[conduit-parse] /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/conduit-parse-0.2.1.1-F86Nneuja2oH80Q22cyEcH
- 1770.47 s
[conduit-parse] Dynamic Libraries installed in:
- 1770.47 s
[conduit-parse] /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986
- 1770.47 s
[conduit-parse] Private executables installed in:
- 1770.47 s
[conduit-parse] /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1/libexec/x86_64-linux-ghc-9.10.2-f986/conduit-parse-0.2.1.1
- 1770.47 s
[conduit-parse] Data files installed in:
- 1770.47 s
[conduit-parse] /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1/share/x86_64-linux-ghc-9.10.2-f986/conduit-parse-0.2.1.1
- 1770.47 s
[conduit-parse] Documentation installed in:
- 1770.47 s
[conduit-parse] /nix/store/c022j44r40ykskdm430r1vbvkcsfg5zg-conduit-parse-0.2.1.1-doc/share/doc/conduit-parse-0.2.1.1
- 1770.47 s
[conduit-parse] Configuration files installed in:
- 1770.47 s
[conduit-parse] /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1/etc
- 1770.47 s
[conduit-parse] No alex found
- 1770.47 s
[conduit-parse] Using ar found on system at:
- 1770.47 s
[conduit-parse] /nix/store/4dh4138m8gbp56kh63j2pwgsfhf5l8v7-binutils-wrapper-2.44/bin/ar
- 1770.47 s
[conduit-parse] No c2hs found
- 1770.47 s
[conduit-parse] No cpphs found
- 1770.47 s
[conduit-parse] No doctest found
- 1770.47 s
[conduit-parse] Using gcc version 14.3.0 given by user at:
- 1770.47 s
[conduit-parse] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/gcc
- 1770.47 s
[conduit-parse] Using ghc version 9.10.2 found on system at:
- 1770.47 s
[conduit-parse] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/ghc
- 1770.47 s
[conduit-parse] Using ghc-pkg version 9.10.2 found on system at:
- 1770.47 s
[conduit-parse] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/ghc-pkg-9.10.2
- 1770.47 s
[conduit-parse] No ghcjs found
- 1770.47 s
[conduit-parse] No ghcjs-pkg found
- 1770.47 s
[conduit-parse] No greencard found
- 1770.47 s
[conduit-parse] Using haddock version 2.31.0 found on system at:
- 1770.47 s
[conduit-parse] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/haddock-ghc-9.10.2
- 1770.47 s
[conduit-parse] No happy found
- 1770.47 s
[conduit-parse] Using haskell-suite found on system at: haskell-suite-dummy-location
- 1770.47 s
[conduit-parse] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
- 1770.47 s
[conduit-parse] No hmake found
- 1770.47 s
[conduit-parse] Using hpc version 0.69 found on system at:
- 1770.47 s
[conduit-parse] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/hpc-ghc-9.10.2
- 1770.47 s
[conduit-parse] Using hsc2hs version 0.68.10 found on system at:
- 1770.47 s
[conduit-parse] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
- 1770.47 s
[conduit-parse] Using hscolour version 1.25 found on system at:
- 1770.47 s
[conduit-parse] /nix/store/wl1yx9igq6gjd3f6jffh7vqdq56kvwyg-hscolour-1.25/bin/HsColour
- 1770.47 s
[conduit-parse] No jhc found
- 1770.47 s
[conduit-parse] Using ld found on system at:
- 1770.47 s
[conduit-parse] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/ld
- 1770.47 s
[conduit-parse] No pkg-config found
- 1770.47 s
[conduit-parse] Using runghc version 9.10.2 found on system at:
- 1770.47 s
[conduit-parse] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/runghc-9.10.2
- 1770.47 s
[conduit-parse] Using strip version 2.44 found on system at:
- 1770.47 s
[conduit-parse] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/strip
- 1770.47 s
[conduit-parse] Using tar found on system at:
- 1770.47 s
[conduit-parse] /nix/store/l5ibq1yp8m7jibzgqbmpc46hkcnvv8fq-gnutar-1.35/bin/tar
- 1770.47 s
[conduit-parse] No uhc found
- 1770.47 s
[conduit-extra] depends text-2.1.2-2d65
- 1770.47 s
[conduit-extra] depends transformers-0.6.1.1-c08a
- 1770.47 s
[conduit-extra] depends transformers-base-0.4.6-E88WQzZPUhDGNp6D845uV
- 1770.47 s
[conduit-extra] Using Cabal-3.12.1.0 compiled by ghc-9.10
- 1770.47 s
[conduit-extra] Using compiler: ghc-9.10.2
- 1770.47 s
[conduit-extra] Using install prefix:
- 1770.47 s
[conduit-extra] /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8
- 1770.47 s
[conduit-extra] Executables installed in:
- 1770.47 s
[conduit-extra] /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8/bin
- 1770.47 s
[conduit-extra] Libraries installed in:
- 1770.47 s
[conduit-extra] /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF
- 1770.47 s
[conduit-extra] Dynamic Libraries installed in:
- 1770.47 s
[conduit-extra] /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986
- 1770.47 s
[conduit-extra] Private executables installed in:
- 1770.47 s
[conduit-extra] /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8/libexec/x86_64-linux-ghc-9.10.2-f986/conduit-extra-1.3.8
- 1770.47 s
[conduit-extra] Data files installed in:
- 1770.47 s
[conduit-extra] /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8/share/x86_64-linux-ghc-9.10.2-f986/conduit-extra-1.3.8
- 1770.47 s
[conduit-extra] Documentation installed in:
- 1770.47 s
[conduit-extra] /nix/store/3vk6a7gp7kb7pqbip08r4y9wqjz6hsf7-conduit-extra-1.3.8-doc/share/doc/conduit-extra-1.3.8
- 1770.47 s
[conduit-extra] Configuration files installed in:
- 1770.47 s
[conduit-extra] /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8/etc
- 1770.47 s
[conduit-extra] No alex found
- 1770.47 s
[conduit-extra] Using ar found on system at:
- 1770.47 s
[conduit-extra] /nix/store/4dh4138m8gbp56kh63j2pwgsfhf5l8v7-binutils-wrapper-2.44/bin/ar
- 1770.47 s
[conduit-extra] No c2hs found
- 1770.47 s
[conduit-extra] No cpphs found
- 1770.47 s
[conduit-extra] No doctest found
- 1770.47 s
[conduit-extra] Using gcc version 14.3.0 given by user at:
- 1770.47 s
[conduit-extra] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/gcc
- 1770.47 s
[conduit-extra] Using ghc version 9.10.2 found on system at:
- 1770.47 s
[conduit-extra] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/ghc
- 1770.47 s
[conduit-extra] Using ghc-pkg version 9.10.2 found on system at:
- 1770.47 s
[conduit-extra] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/ghc-pkg-9.10.2
- 1770.47 s
[conduit-extra] No ghcjs found
- 1770.47 s
[conduit-extra] No ghcjs-pkg found
- 1770.47 s
[conduit-extra] No greencard found
- 1770.47 s
[conduit-extra] Using haddock version 2.31.0 found on system at:
- 1770.47 s
[conduit-extra] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/haddock-ghc-9.10.2
- 1770.47 s
[conduit-extra] No happy found
- 1770.47 s
[conduit-extra] Using haskell-suite found on system at: haskell-suite-dummy-location
- 1770.47 s
[conduit-extra] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
- 1770.47 s
[conduit-extra] No hmake found
- 1770.47 s
[conduit-extra] Using hpc version 0.69 found on system at:
- 1770.47 s
[conduit-extra] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/hpc-ghc-9.10.2
- 1770.47 s
[conduit-extra] Using hsc2hs version 0.68.10 found on system at:
- 1770.47 s
[conduit-extra] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
- 1770.47 s
[conduit-extra] Using hscolour version 1.25 found on system at:
- 1770.47 s
[conduit-extra] /nix/store/wl1yx9igq6gjd3f6jffh7vqdq56kvwyg-hscolour-1.25/bin/HsColour
- 1770.47 s
[conduit-extra] No jhc found
- 1770.47 s
[conduit-extra] Using ld found on system at:
- 1770.47 s
[conduit-extra] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/ld
- 1770.47 s
[conduit-extra] No pkg-config found
- 1770.47 s
[conduit-extra] Using runghc version 9.10.2 found on system at:
- 1770.47 s
[conduit-extra] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/runghc-9.10.2
- 1770.47 s
[conduit-extra] Using strip version 2.44 found on system at:
- 1770.47 s
[conduit-extra] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/strip
- 1770.47 s
[conduit-extra] Using tar found on system at:
- 1770.47 s
[conduit-extra] /nix/store/l5ibq1yp8m7jibzgqbmpc46hkcnvv8fq-gnutar-1.35/bin/tar
- 1770.47 s
[conduit-extra] No uhc found
- 1770.58 s
[libyaml] Phase: buildPhase
- 1770.59 s
[conduit-parse] Phase: buildPhase
- 1770.61 s
[conduit-extra] Phase: buildPhase
- 1770.62 s
[libyaml] Preprocessing library for libyaml-0.1.4...
- 1770.62 s
[libyaml] Building library for libyaml-0.1.4...
- 1770.65 s
[conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
- 1770.65 s
[conduit-parse] Building library for conduit-parse-0.2.1.1...
- 1770.66 s
[conduit-extra] Preprocessing library for conduit-extra-1.3.8...
- 1770.66 s
[conduit-extra] Building library for conduit-extra-1.3.8...
- 1770.70 s
[conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, dist/build/Data/Conduit/Parser/Internal.o, dist/build/Data/Conduit/Parser/Internal.dyn_o )
- 1770.72 s
[libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, dist/build/Paths_libyaml.o, dist/build/Paths_libyaml.dyn_o )
- 1770.84 s
[conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.o, dist/build/Data/Conduit/Attoparsec.dyn_o )
- 1770.86 s
[libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, dist/build/Text/Libyaml.o, dist/build/Text/Libyaml.dyn_o )
- 1770.96 s
[conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
- 1770.96 s
[conduit-parse] The import of ‘Data.Semigroup’ is redundant
- 1770.96 s
[conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
- 1770.96 s
[conduit-parse] To import instances alone, use: import Data.Semigroup()
- 1770.96 s
[conduit-parse] |
- 1770.96 s
[conduit-parse] 26 | import Data.Semigroup
- 1770.96 s
[conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1770.96 s
[conduit-parse]
- 1771.80 s
[conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.o, dist/build/Data/Conduit/Binary.dyn_o )
- 1771.80 s
[conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, dist/build/Data/Conduit/ByteString/Builder.o, dist/build/Data/Conduit/ByteString/Builder.dyn_o )
- 1771.80 s
[conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.o, dist/build/Data/Conduit/Filesystem.dyn_o )
- 1771.80 s
[conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.o, dist/build/Data/Conduit/Foldl.dyn_o )
- 1771.80 s
[conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.o, dist/build/Data/Conduit/Lazy.dyn_o )
- 1771.80 s
[conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.o, dist/build/Data/Conduit/Network.dyn_o )
- 1771.80 s
[conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, dist/build/Data/Conduit/Network/UDP.o, dist/build/Data/Conduit/Network/UDP.dyn_o )
- 1771.80 s
[conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, dist/build/Data/Conduit/Network/Unix.o, dist/build/Data/Conduit/Network/Unix.dyn_o )
- 1771.80 s
[conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.o, dist/build/Data/Conduit/Process.dyn_o )
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:48:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.80 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.80 s
[conduit-extra] will become an error in a future GHC release.
- 1771.80 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
- 1771.80 s
[conduit-extra] | ^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:48:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.80 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.80 s
[conduit-extra] will become an error in a future GHC release.
- 1771.80 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
- 1771.80 s
[conduit-extra] | ^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:49:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1771.80 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1771.80 s
[conduit-extra] In a lambda abstraction:
- 1771.80 s
[conduit-extra] Patterns of type ‘Maybe
- 1771.80 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1771.80 s
[conduit-extra] Nothing
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 49 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h, Just CreatePipe)
- 1771.80 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:50:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.80 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.80 s
[conduit-extra] will become an error in a future GHC release.
- 1771.80 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
- 1771.80 s
[conduit-extra] | ^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:50:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.80 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.80 s
[conduit-extra] will become an error in a future GHC release.
- 1771.80 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
- 1771.80 s
[conduit-extra] | ^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:50:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.80 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.80 s
[conduit-extra] will become an error in a future GHC release.
- 1771.80 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
- 1771.80 s
[conduit-extra] | ^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:51:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1771.80 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1771.80 s
[conduit-extra] In a lambda abstraction:
- 1771.80 s
[conduit-extra] Patterns of type ‘Maybe
- 1771.80 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1771.80 s
[conduit-extra] Nothing
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 51 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h), Just CreatePipe)
- 1771.80 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:66:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.80 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.80 s
[conduit-extra] will become an error in a future GHC release.
- 1771.80 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
- 1771.80 s
[conduit-extra] | ^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:67:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1771.80 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1771.80 s
[conduit-extra] In a lambda abstraction:
- 1771.80 s
[conduit-extra] Patterns of type ‘Maybe
- 1771.80 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1771.80 s
[conduit-extra] Nothing
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 67 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h, Just CreatePipe)
- 1771.80 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:68:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.80 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.80 s
[conduit-extra] will become an error in a future GHC release.
- 1771.80 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
- 1771.80 s
[conduit-extra] | ^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:68:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.80 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.80 s
[conduit-extra] will become an error in a future GHC release.
- 1771.80 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
- 1771.80 s
[conduit-extra] | ^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:69:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1771.80 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1771.80 s
[conduit-extra] In a lambda abstraction:
- 1771.80 s
[conduit-extra] Patterns of type ‘Maybe
- 1771.80 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1771.80 s
[conduit-extra] Nothing
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 69 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h), Just CreatePipe)
- 1771.80 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:70:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.80 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.80 s
[conduit-extra] will become an error in a future GHC release.
- 1771.80 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
- 1771.80 s
[conduit-extra] | ^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:71:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1771.80 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1771.80 s
[conduit-extra] In a lambda abstraction:
- 1771.80 s
[conduit-extra] Patterns of type ‘Maybe
- 1771.80 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1771.80 s
[conduit-extra] Nothing
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 71 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h, Just CreatePipe)
- 1771.80 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:72:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.80 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.80 s
[conduit-extra] will become an error in a future GHC release.
- 1771.80 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
- 1771.80 s
[conduit-extra] | ^
- 1771.80 s
[conduit-extra]
- 1771.80 s
[conduit-extra] Data/Conduit/Process.hs:72:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.80 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.80 s
[conduit-extra] will become an error in a future GHC release.
- 1771.80 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.80 s
[conduit-extra] |
- 1771.80 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
- 1771.81 s
[conduit-extra] | ^
- 1771.81 s
[conduit-extra]
- 1771.81 s
[conduit-extra] Data/Conduit/Process.hs:73:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1771.81 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1771.81 s
[conduit-extra] In a lambda abstraction:
- 1771.81 s
[conduit-extra] Patterns of type ‘Maybe
- 1771.81 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1771.81 s
[conduit-extra] Nothing
- 1771.81 s
[conduit-extra] |
- 1771.81 s
[conduit-extra] 73 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h), Just CreatePipe)
- 1771.81 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1771.81 s
[conduit-extra]
- 1771.81 s
[conduit-extra] Data/Conduit/Process.hs:75:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.81 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.81 s
[conduit-extra] will become an error in a future GHC release.
- 1771.81 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.81 s
[conduit-extra] |
- 1771.81 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
- 1771.81 s
[conduit-extra] | ^
- 1771.81 s
[conduit-extra]
- 1771.81 s
[conduit-extra] Data/Conduit/Process.hs:75:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.81 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.81 s
[conduit-extra] will become an error in a future GHC release.
- 1771.81 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.81 s
[conduit-extra] |
- 1771.81 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
- 1771.81 s
[conduit-extra] | ^
- 1771.81 s
[conduit-extra]
- 1771.81 s
[conduit-extra] Data/Conduit/Process.hs:76:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1771.81 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1771.81 s
[conduit-extra] In a lambda abstraction:
- 1771.81 s
[conduit-extra] Patterns of type ‘Maybe
- 1771.81 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1771.81 s
[conduit-extra] Nothing
- 1771.81 s
[conduit-extra] |
- 1771.81 s
[conduit-extra] 76 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h, Just CreatePipe)
- 1771.81 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1771.81 s
[conduit-extra]
- 1771.81 s
[conduit-extra] Data/Conduit/Process.hs:77:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.81 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.81 s
[conduit-extra] will become an error in a future GHC release.
- 1771.81 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.81 s
[conduit-extra] |
- 1771.81 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
- 1771.81 s
[conduit-extra] | ^
- 1771.81 s
[conduit-extra]
- 1771.81 s
[conduit-extra] Data/Conduit/Process.hs:77:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.81 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.81 s
[conduit-extra] will become an error in a future GHC release.
- 1771.81 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.81 s
[conduit-extra] |
- 1771.81 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
- 1771.81 s
[conduit-extra] | ^
- 1771.81 s
[conduit-extra]
- 1771.81 s
[conduit-extra] Data/Conduit/Process.hs:77:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1771.81 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1771.81 s
[conduit-extra] will become an error in a future GHC release.
- 1771.81 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1771.81 s
[conduit-extra] |
- 1771.81 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
- 1771.81 s
[conduit-extra] | ^
- 1771.81 s
[conduit-extra]
- 1771.81 s
[conduit-extra] Data/Conduit/Process.hs:78:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1771.81 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1771.81 s
[conduit-extra] In a lambda abstraction:
- 1771.81 s
[conduit-extra] Patterns of type ‘Maybe
- 1771.81 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1771.81 s
[conduit-extra] Nothing
- 1771.81 s
[conduit-extra] |
- 1771.81 s
[conduit-extra] 78 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h), Just CreatePipe)
- 1771.81 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1771.81 s
[conduit-extra]
- 1771.81 s
[conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, dist/build/Data/Conduit/Process/Typed.o, dist/build/Data/Conduit/Process/Typed.dyn_o )
- 1771.81 s
[conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.o, dist/build/Data/Conduit/Text.dyn_o )
- 1771.95 s
[conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.o, dist/build/Data/Conduit/Zlib.dyn_o )
- 1772.16 s
[conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, dist/build/Data/Conduit/Parser.o, dist/build/Data/Conduit/Parser.dyn_o )
- 1772.30 s
[conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.p_o )
- 1772.39 s
[conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, dist/build/Data/Conduit/Parser/Internal.p_o )
- 1772.63 s
[conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
- 1772.63 s
[conduit-parse] The import of ‘Data.Semigroup’ is redundant
- 1772.63 s
[conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
- 1772.63 s
[conduit-parse] To import instances alone, use: import Data.Semigroup()
- 1772.63 s
[conduit-parse] |
- 1772.63 s
[conduit-parse] 26 | import Data.Semigroup
- 1772.63 s
[conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1772.63 s
[conduit-parse]
- 1773.26 s
[libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, dist/build/Paths_libyaml.p_o )
- 1773.34 s
[conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.p_o )
- 1773.34 s
[conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, dist/build/Data/Conduit/ByteString/Builder.p_o )
- 1773.34 s
[conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.p_o )
- 1773.34 s
[conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.p_o )
- 1773.34 s
[conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.p_o )
- 1773.34 s
[conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.p_o )
- 1773.34 s
[conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, dist/build/Data/Conduit/Network/UDP.p_o )
- 1773.34 s
[conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, dist/build/Data/Conduit/Network/Unix.p_o )
- 1773.34 s
[conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.p_o )
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:48:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:48:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:49:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1773.34 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1773.34 s
[conduit-extra] In a lambda abstraction:
- 1773.34 s
[conduit-extra] Patterns of type ‘Maybe
- 1773.34 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1773.34 s
[conduit-extra] Nothing
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 49 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h, Just CreatePipe)
- 1773.34 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:50:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:50:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:50:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:51:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1773.34 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1773.34 s
[conduit-extra] In a lambda abstraction:
- 1773.34 s
[conduit-extra] Patterns of type ‘Maybe
- 1773.34 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1773.34 s
[conduit-extra] Nothing
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 51 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h), Just CreatePipe)
- 1773.34 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:66:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:67:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1773.34 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1773.34 s
[conduit-extra] In a lambda abstraction:
- 1773.34 s
[conduit-extra] Patterns of type ‘Maybe
- 1773.34 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1773.34 s
[conduit-extra] Nothing
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 67 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h, Just CreatePipe)
- 1773.34 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:68:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:68:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:69:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1773.34 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1773.34 s
[conduit-extra] In a lambda abstraction:
- 1773.34 s
[conduit-extra] Patterns of type ‘Maybe
- 1773.34 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1773.34 s
[conduit-extra] Nothing
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 69 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h), Just CreatePipe)
- 1773.34 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:70:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:71:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1773.34 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1773.34 s
[conduit-extra] In a lambda abstraction:
- 1773.34 s
[conduit-extra] Patterns of type ‘Maybe
- 1773.34 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1773.34 s
[conduit-extra] Nothing
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 71 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h, Just CreatePipe)
- 1773.34 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:72:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:72:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:73:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1773.34 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1773.34 s
[conduit-extra] In a lambda abstraction:
- 1773.34 s
[conduit-extra] Patterns of type ‘Maybe
- 1773.34 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1773.34 s
[conduit-extra] Nothing
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 73 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h), Just CreatePipe)
- 1773.34 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:75:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:75:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.34 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.34 s
[conduit-extra] will become an error in a future GHC release.
- 1773.34 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.34 s
[conduit-extra] |
- 1773.34 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
- 1773.34 s
[conduit-extra] | ^
- 1773.34 s
[conduit-extra]
- 1773.34 s
[conduit-extra] Data/Conduit/Process.hs:76:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1773.34 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1773.34 s
[conduit-extra] In a lambda abstraction:
- 1773.34 s
[conduit-extra] Patterns of type ‘Maybe
- 1773.34 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1773.34 s
[conduit-extra] Nothing
- 1773.34 s
[conduit-extra] |
- 1773.35 s
[conduit-extra] 76 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h, Just CreatePipe)
- 1773.35 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1773.35 s
[conduit-extra]
- 1773.35 s
[conduit-extra] Data/Conduit/Process.hs:77:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.35 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.35 s
[conduit-extra] will become an error in a future GHC release.
- 1773.35 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.35 s
[conduit-extra] |
- 1773.35 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
- 1773.35 s
[conduit-extra] | ^
- 1773.35 s
[conduit-extra]
- 1773.35 s
[conduit-extra] Data/Conduit/Process.hs:77:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.35 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.35 s
[conduit-extra] will become an error in a future GHC release.
- 1773.35 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.35 s
[conduit-extra] |
- 1773.35 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
- 1773.35 s
[conduit-extra] | ^
- 1773.35 s
[conduit-extra]
- 1773.35 s
[conduit-extra] Data/Conduit/Process.hs:77:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1773.35 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1773.35 s
[conduit-extra] will become an error in a future GHC release.
- 1773.35 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1773.35 s
[conduit-extra] |
- 1773.35 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
- 1773.35 s
[conduit-extra] | ^
- 1773.35 s
[conduit-extra]
- 1773.35 s
[conduit-extra] Data/Conduit/Process.hs:78:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1773.35 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1773.35 s
[conduit-extra] In a lambda abstraction:
- 1773.35 s
[conduit-extra] Patterns of type ‘Maybe
- 1773.35 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
- 1773.35 s
[conduit-extra] Nothing
- 1773.35 s
[conduit-extra] |
- 1773.35 s
[conduit-extra] 78 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h), Just CreatePipe)
- 1773.35 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1773.35 s
[conduit-extra]
- 1773.35 s
[conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, dist/build/Data/Conduit/Process/Typed.p_o )
- 1773.35 s
[conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.p_o )
- 1773.36 s
[conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.p_o )
- 1773.50 s
[libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, dist/build/Text/Libyaml.p_o )
- 1773.83 s
[conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, dist/build/Data/Conduit/Parser.p_o )
- 1775.18 s
[conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.8...
- 1775.18 s
[conduit-extra] Building test suite 'test' for conduit-extra-1.3.8...
- 1775.31 s
[conduit-extra] [ 1 of 12] Compiling Data.Conduit.AttoparsecSpec ( test/Data/Conduit/AttoparsecSpec.hs, dist/build/test/test-tmp/Data/Conduit/AttoparsecSpec.o )
- 1775.47 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:10:52: warning: [GHC-38856] [-Wunused-imports]
- 1775.47 s
[conduit-extra] The import of ‘<*’ from module ‘Control.Applicative’ is redundant
- 1775.47 s
[conduit-extra] |
- 1775.47 s
[conduit-extra] 10 | import Control.Applicative ((<*), (<|>))
- 1775.47 s
[conduit-extra] | ^^^^
- 1775.47 s
[conduit-extra]
- 1775.47 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:153:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1775.47 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1775.47 s
[conduit-extra] In a pattern binding:
- 1775.47 s
[conduit-extra] Patterns of type ‘Either
- 1775.47 s
[conduit-extra] (ghc-prim:GHC.Types.ZonkAny 0)
- 1775.47 s
[conduit-extra] [Either
- 1775.47 s
[conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text)]’ not matched:
- 1775.47 s
[conduit-extra] Left _
- 1775.47 s
[conduit-extra] |
- 1775.47 s
[conduit-extra] 153 | (Right !ea) = runConduit $ CL.sourceList input .| sink
- 1775.47 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1775.47 s
[conduit-extra]
- 1775.47 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:159:36: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1775.47 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1775.47 s
[conduit-extra] In a lambda abstraction:
- 1775.47 s
[conduit-extra] Patterns of type ‘(Either
- 1775.47 s
[conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text),
- 1775.47 s
[conduit-extra] Int)’ not matched:
- 1775.47 s
[conduit-extra] ((Left _), _)
- 1775.47 s
[conduit-extra] |
- 1775.47 s
[conduit-extra] 159 | forM_ (zip ea [1..]) $ \ (Right (pos, _), l) -> pos `shouldBe` chkp l
- 1775.47 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1775.47 s
[conduit-extra]
- 1775.76 s
[conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
- 1775.76 s
[conduit-parse] Building test suite 'tests' for conduit-parse-0.2.1.1...
- 1775.84 s
[conduit-parse] [1 of 1] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
- 1776.38 s
[conduit-extra] [ 2 of 12] Compiling Data.Conduit.BinarySpec ( test/Data/Conduit/BinarySpec.hs, dist/build/test/test-tmp/Data/Conduit/BinarySpec.o )
- 1776.38 s
[conduit-extra] test/Data/Conduit/BinarySpec.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
- 1776.39 s
[conduit-extra] The import of ‘Control.Applicative’ is redundant
- 1776.39 s
[conduit-extra] except perhaps to import instances from ‘Control.Applicative’
- 1776.39 s
[conduit-extra] To import instances alone, use: import Control.Applicative()
- 1776.39 s
[conduit-extra] |
- 1776.39 s
[conduit-extra] 30 | import Control.Applicative ((<$>))
- 1776.39 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1776.39 s
[conduit-extra]
- 1776.39 s
[lsp-types] [2 of 2] Compiling Language.LSP.MetaModel ( metamodel/Language/LSP/MetaModel.hs, dist/build/metamodel/Language/LSP/MetaModel.p_o )
- 1776.70 s
[conduit-parse] [2 of 2] Linking dist/build/tests/tests
- 1776.91 s
[conduit-extra] [ 3 of 12] Compiling Data.Conduit.ByteString.BuilderSpec ( test/Data/Conduit/ByteString/BuilderSpec.hs, dist/build/test/test-tmp/Data/Conduit/ByteString/BuilderSpec.o )
- 1776.91 s
[conduit-extra] [ 4 of 12] Compiling Data.Conduit.ExtraSpec ( test/Data/Conduit/ExtraSpec.hs, dist/build/test/test-tmp/Data/Conduit/ExtraSpec.o )
- 1776.91 s
[conduit-extra] [ 5 of 12] Compiling Data.Conduit.FilesystemSpec ( test/Data/Conduit/FilesystemSpec.hs, dist/build/test/test-tmp/Data/Conduit/FilesystemSpec.o )
- 1776.91 s
[conduit-extra] [ 6 of 12] Compiling Data.Conduit.LazySpec ( test/Data/Conduit/LazySpec.hs, dist/build/test/test-tmp/Data/Conduit/LazySpec.o )
- 1776.91 s
[conduit-extra] [ 7 of 12] Compiling Data.Conduit.NetworkSpec ( test/Data/Conduit/NetworkSpec.hs, dist/build/test/test-tmp/Data/Conduit/NetworkSpec.o )
- 1776.91 s
[conduit-extra] [ 8 of 12] Compiling Data.Conduit.Process.TypedSpec ( test/Data/Conduit/Process/TypedSpec.hs, dist/build/test/test-tmp/Data/Conduit/Process/TypedSpec.o )
- 1776.91 s
[conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:15:12: warning: [GHC-68441] [-Wdeprecations]
- 1776.91 s
[conduit-extra] In the use of ‘withProcess_’
- 1776.91 s
[conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
- 1776.91 s
[conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
- 1776.91 s
[conduit-extra] |
- 1776.91 s
[conduit-extra] 15 | bss <- withProcess_ pc $ \p ->
- 1776.91 s
[conduit-extra] | ^^^^^^^^^^^^
- 1776.91 s
[conduit-extra]
- 1776.91 s
[conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:30:6: warning: [GHC-68441] [-Wdeprecations]
- 1776.91 s
[conduit-extra] In the use of ‘withProcess_’
- 1776.91 s
[conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
- 1776.92 s
[conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
- 1776.92 s
[conduit-extra] |
- 1776.92 s
[conduit-extra] 30 | (withProcess_ (proc "cat" ["does not exist"]) $ const $ return ())
- 1776.92 s
[conduit-extra] | ^^^^^^^^^^^^
- 1776.92 s
[conduit-extra]
- 1776.92 s
[conduit-extra] [ 9 of 12] Compiling Data.Conduit.ProcessSpec ( test/Data/Conduit/ProcessSpec.hs, dist/build/test/test-tmp/Data/Conduit/ProcessSpec.o )
- 1776.92 s
[conduit-extra] [10 of 12] Compiling Data.Conduit.TextSpec ( test/Data/Conduit/TextSpec.hs, dist/build/test/test-tmp/Data/Conduit/TextSpec.o )
- 1776.92 s
[conduit-extra] test/Data/Conduit/TextSpec.hs:125:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1776.92 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1776.92 s
[conduit-extra] In a pattern binding:
- 1776.92 s
[conduit-extra] Patterns of type ‘Either
- 1776.92 s
[conduit-extra] SomeException
- 1776.92 s
[conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
- 1776.92 s
[conduit-extra] Left _
- 1776.92 s
[conduit-extra] |
- 1776.92 s
[conduit-extra] 125 | let Right res = runIdentity $ runCatchT $ runConduit $ C.yield badBS .| (,)
- 1776.92 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
- 1776.92 s
[conduit-extra]
- 1776.92 s
[conduit-extra] test/Data/Conduit/TextSpec.hs:142:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
- 1776.92 s
[conduit-extra] Pattern match(es) are non-exhaustive
- 1776.92 s
[conduit-extra] In a pattern binding:
- 1776.92 s
[conduit-extra] Patterns of type ‘Either
- 1776.92 s
[conduit-extra] SomeException
- 1776.92 s
[conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
- 1776.92 s
[conduit-extra] Left _
- 1776.92 s
[conduit-extra] |
- 1776.92 s
[conduit-extra] 142 | let Right res = runIdentity $ runCatchT $ runConduit $
- 1776.92 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
- 1776.92 s
[conduit-extra]
- 1777.35 s
[conduit-extra] [11 of 12] Compiling Data.Conduit.ZlibSpec ( test/Data/Conduit/ZlibSpec.hs, dist/build/test/test-tmp/Data/Conduit/ZlibSpec.o )
- 1777.35 s
[conduit-extra] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
- 1777.38 s
[conduit-parse] Phase: checkPhase
- 1777.44 s
[libyaml] Phase: checkPhase
- 1777.47 s
[libyaml] Package has no test suites.
- 1777.47 s
[libyaml] Phase: haddockPhase
- 1777.58 s
[libyaml] Preprocessing library for libyaml-0.1.4...
- 1777.70 s
[libyaml] Running Haddock on library for libyaml-0.1.4...
- 1777.70 s
[libyaml] Warning: The documentation for the following packages are not installed. No
- 1777.70 s
[libyaml] links will be generated to these packages: libyaml-clib-0.2.5, vector-0.13.2.0
- 1777.70 s
[conduit-parse] Running 1 test suites...
- 1777.70 s
[conduit-parse] Test suite tests: RUNNING...
- 1777.70 s
[conduit-parse] Tests
- 1777.70 s
[conduit-parse] Unit tests
- 1777.70 s
[conduit-parse] await: OK
- 1777.70 s
[conduit-parse] peek: OK
- 1777.70 s
[conduit-parse] leftover: OK
- 1777.70 s
[conduit-parse] error: OK
- 1777.70 s
[conduit-parse] alternative: OK
- 1777.70 s
[conduit-parse] catch: OK
- 1777.70 s
[conduit-parse] parsing: OK
- 1777.70 s
[conduit-parse]
- 1777.70 s
[conduit-parse] All 7 tests passed (0.00s)
- 1777.70 s
[conduit-parse] Test suite tests: PASS
- 1777.70 s
[conduit-parse] Test suite logged to: dist/test/conduit-parse-0.2.1.1-tests.log
- 1777.70 s
[conduit-parse] 1 of 1 test suites (1 of 1 test cases) passed.
- 1777.70 s
[conduit-parse] Phase: haddockPhase
- 1777.75 s
[conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
- 1777.75 s
[conduit-parse] Running Haddock on library for conduit-parse-0.2.1.1...
- 1777.75 s
[conduit-parse] Warning: The documentation for the following packages are not installed. No
- 1777.75 s
[conduit-parse] links will be generated to these packages: attoparsec-0.14.4,
- 1777.75 s
[conduit-parse] attoparsec-0.14.4, vector-0.13.2.0
- 1777.76 s
[conduit-extra] [13 of 13] Linking dist/build/test/test
- 1777.81 s
[libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, nothing )
- 1777.83 s
[libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, nothing )
- 1777.92 s
[conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, nothing )
- 1778.23 s
[libyaml] Haddock coverage:
- 1778.23 s
[libyaml] Warning: 'rawOpenFlags' is out of scope.
- 1778.23 s
[libyaml] If you qualify the identifier, haddock can try to link it anyway.
- 1778.23 s
[libyaml] Warning: 'openMode' is out of scope.
- 1778.23 s
[libyaml] If you qualify the identifier, haddock can try to link it anyway.
- 1778.23 s
[libyaml] Warning: 'formatOptionsRenderCollectionTags' is out of scope.
- 1778.23 s
[libyaml] If you qualify the identifier, haddock can try to link it anyway.
- 1778.23 s
[libyaml] 76% ( 23 / 30) in 'Text.Libyaml'
- 1778.23 s
[libyaml] Missing documentation for:
- 1778.23 s
[libyaml] Event (src/Text/Libyaml.hs:78)
- 1778.23 s
[libyaml] Tag (src/Text/Libyaml.hs:123)
- 1778.23 s
[libyaml] AnchorName (src/Text/Libyaml.hs:140)
- 1778.23 s
[libyaml] Anchor (src/Text/Libyaml.hs:141)
- 1778.23 s
[libyaml] encode (src/Text/Libyaml.hs:763)
- 1778.23 s
[libyaml] encodeFile (src/Text/Libyaml.hs:786)
- 1778.23 s
[libyaml] YamlException (src/Text/Libyaml.hs:852)
- 1778.31 s
[conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
- 1778.31 s
[conduit-parse] The import of ‘Data.Semigroup’ is redundant
- 1778.31 s
[conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
- 1778.31 s
[conduit-parse] To import instances alone, use: import Data.Semigroup()
- 1778.31 s
[conduit-parse] |
- 1778.31 s
[conduit-parse] 26 | import Data.Semigroup
- 1778.31 s
[conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1778.31 s
[conduit-parse]
- 1778.31 s
[conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, nothing )
- 1778.32 s
[conduit-parse] Haddock coverage:
- 1778.32 s
[conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
- 1778.32 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
- 1778.32 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
- 1778.32 s
[conduit-parse] You may be able to disambiguate the identifier by qualifying it or
- 1778.32 s
[conduit-parse] by specifying the type/value namespace explicitly.
- 1778.32 s
[conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
- 1778.32 s
[conduit-parse] Warning: Data.Conduit.Parser.Internal: Could not find documentation for exported module: Data.Conduit.Parser.Internal
- 1778.32 s
[conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
- 1778.32 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
- 1778.32 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
- 1778.32 s
[conduit-parse] You may be able to disambiguate the identifier by qualifying it or
- 1778.32 s
[conduit-parse] by specifying the type/value namespace explicitly.
- 1778.32 s
[conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
- 1778.32 s
[conduit-parse] Warning: 'Sink' is out of scope.
- 1778.32 s
[conduit-parse] If you qualify the identifier, haddock can try to link it anyway.
- 1778.32 s
[conduit-parse] 92% ( 13 / 14) in 'Data.Conduit.Parser'
- 1778.32 s
[conduit-parse] Missing documentation for:
- 1778.32 s
[conduit-parse] ConduitParserException (Data/Conduit/Parser/Internal.hs:189)
- 1778.49 s
[libyaml] Warning: Text.Libyaml: could not find link destinations for:
- 1778.49 s
[libyaml] - Text.Libyaml.formatOptionsRenderTags
- 1778.49 s
[libyaml] - Text.Libyaml.TagRender
- 1778.72 s
[conduit-extra] Phase: checkPhase
- 1778.98 s
[conduit-extra] Running 1 test suites...
- 1778.98 s
[conduit-extra] Test suite test: RUNNING...
- 1778.99 s
[conduit-extra]
- 1778.99 s
[conduit-extra] Data.Conduit.Attoparsec
- 1778.99 s
[conduit-extra] Data.Conduit.AttoparsecSpec
- 1778.99 s
[conduit-extra] error position
- 1778.99 s
[conduit-extra] works for text [✔]
- 1778.99 s
[conduit-extra] works for bytestring [✔]
- 1778.99 s
[conduit-extra] works in last chunk [✔]
- 1778.99 s
[conduit-extra] works in last chunk [✔]
- 1778.99 s
[conduit-extra] works after new line in text [✔]
- 1778.99 s
[conduit-extra] works after new line in bytestring [✔]
- 1778.99 s
[conduit-extra] works for first line [✔]
- 1778.99 s
[conduit-extra] conduitParser
- 1778.99 s
[conduit-extra] parses a repeated stream [✔]
- 1778.99 s
[conduit-extra] positions on first line [✔]
- 1778.99 s
[conduit-extra] Data.Conduit.Binary
- 1778.99 s
[conduit-extra] Data.Conduit.Binary
- 1778.99 s
[conduit-extra] file access
- 1778.99 s
[conduit-extra] read [✔]
- 1778.99 s
[conduit-extra] read range [✔]
- 1778.99 s
[conduit-extra] write [✔]
- 1778.99 s
[conduit-extra] write builder (withSinkFileBuilder) [✔]
- 1778.99 s
[conduit-extra] conduit [✔]
- 1778.99 s
[conduit-extra] binary isolate
- 1778.99 s
[conduit-extra] works [✔]
- 1778.99 s
[conduit-extra] properly using binary file reading
- 1778.99 s
[conduit-extra] sourceFile [✔]
- 1778.99 s
[conduit-extra] binary head
- 1779.00 s
[conduit-extra] works [✔]
- 1779.00 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.00 s
[conduit-extra] binary takeWhile
- 1779.00 s
[conduit-extra] works [✔]
- 1779.00 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.01 s
[conduit-extra] leftovers present [✔]
- 1779.01 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.01 s
[conduit-extra] binary dropWhile
- 1779.02 s
[conduit-extra] works [✔]
- 1779.02 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.02 s
[conduit-extra] binary take
- 1779.02 s
[conduit-extra] nothing [✔]
- 1779.02 s
[conduit-extra] normal [✔]
- 1779.02 s
[conduit-extra] all [✔]
- 1779.02 s
[conduit-extra] more [✔]
- 1779.02 s
[conduit-extra] binary
- 1779.03 s
[conduit-extra] lines [✔]
- 1779.03 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.03 s
[conduit-extra] sinkCacheLength
- 1779.03 s
[conduit-extra] works [✔]
- 1779.03 s
[conduit-extra] sinkFileCautious
- 1779.03 s
[conduit-extra] success [✔]
- 1779.03 s
[conduit-extra] failure [✔]
- 1779.03 s
[conduit-extra] sinkSystemTempFile [✔]
- 1779.03 s
[conduit-extra] Data.Conduit.Binary.mapM_
- 1779.03 s
[conduit-extra] telling works [✔]
- 1779.04 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.04 s
[conduit-extra] exception handling
- 1779.04 s
[conduit-extra] catchC [✔]
- 1779.04 s
[conduit-extra] tryC [✔]
- 1779.04 s
[conduit-extra] normalFuseLeft
- 1779.04 s
[conduit-extra] does not double close conduit [✔]
- 1779.04 s
[conduit-extra] Storable
- 1779.04 s
[conduit-extra] sink Maybe
- 1779.04 s
[conduit-extra] chunk size 1 [✔]
- 1779.04 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.04 s
[conduit-extra] chunk size 5 [✔]
- 1779.04 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.04 s
[conduit-extra] chunk size 10 [✔]
- 1779.04 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.04 s
[conduit-extra] chunk size 100 [✔]
- 1779.04 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.04 s
[conduit-extra] sink exception
- 1779.04 s
[conduit-extra] chunk size 1 [✔]
- 1779.04 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.05 s
[conduit-extra] chunk size 5 [✔]
- 1779.05 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.05 s
[conduit-extra] chunk size 10 [✔]
- 1779.05 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.05 s
[conduit-extra] chunk size 100 [✔]
- 1779.05 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.05 s
[conduit-extra] insufficient bytes are leftovers, one chunk [✔]
- 1779.05 s
[conduit-extra] insufficient bytes are leftovers, multiple chunks [✔]
- 1779.05 s
[conduit-extra] Data.Conduit.ByteString.Builder
- 1779.05 s
[conduit-extra] Data.Conduit.ByteString.Builder
- 1779.06 s
[conduit-extra] idempotent to toLazyByteString [✔]
- 1779.06 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.06 s
[conduit-extra] works for large input [✔]
- 1779.07 s
[conduit-extra] works for lazy bytestring insertion [✔]
- 1779.07 s
[conduit-extra] flush shouldn't bring in empty strings. [✔]
- 1779.08 s
[conduit-extra] flushing [✔]
- 1779.08 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.34 s
[conduit-extra] large flush input [✔]
- 1779.34 s
[conduit-extra] Data.Conduit.Extra
- 1779.34 s
[conduit-extra] Data.Conduit.Extra
- 1779.34 s
[conduit-extra] basic test [✔]
- 1779.34 s
[conduit-extra] get leftovers [✔]
- 1779.34 s
[conduit-extra] multiple values [✔]
- 1779.35 s
[conduit-extra] more complex [✔]
- 1779.35 s
[conduit-extra] +++ OK, passed 100 tests.
- 1779.35 s
[conduit-extra] Data.Conduit.Filesystem
- 1779.35 s
[conduit-extra] Data.Conduit.Filesystem
- 1779.35 s
[conduit-extra] sourceDirectory [✔]
- 1779.35 s
[conduit-extra] sourceDirectoryDeep [✔]
- 1779.35 s
[conduit-extra] Data.Conduit.Lazy
- 1779.35 s
[conduit-extra] Data.Conduit.Lazy
- 1779.35 s
[conduit-extra] lazy
- 1779.35 s
[conduit-extra] works inside a ResourceT [✔]
- 1779.35 s
[conduit-extra] returns nothing outside ResourceT [✔]
- 1779.35 s
[conduit-extra] works with pure sources [✔]
- 1779.35 s
[conduit-extra] Data.Conduit.Network
- 1779.35 s
[conduit-extra] Data.Conduit.Network
- 1779.35 s
[conduit-extra] run general server
- 1780.36 s
[conduit-extra] running tcp server [✔]
- 1780.36 s
[conduit-extra] fork server
- 1780.37 s
[conduit-extra] can connect to server [✔]
- 1780.37 s
[conduit-extra] fork server also executes custom afterBind [✔]
- 1781.38 s
[conduit-extra] fork server really waits for server to be finalized before returning [✔]
- 1781.38 s
[conduit-extra] Data.Conduit.Process
- 1781.38 s
[conduit-extra] Data.Conduit.Process
- 1781.55 s
[conduit-extra] cat [✔]
- 1781.55 s
[conduit-extra] +++ OK, passed 100 tests.
- 1781.55 s
[conduit-extra] closed stream [✔]
- 1781.56 s
[conduit-extra] handles sub-process exit code [✔]
- 1781.56 s
[conduit-extra] consumes stdout [✔]
- 1781.56 s
[conduit-extra] consumes stderr [✔]
- 1781.56 s
[conduit-extra] feeds stdin [✔]
- 1781.57 s
[conduit-extra] gracefully handles closed stdin [✔]
- 1782.88 s
[libyaml] Documentation created: dist/doc/html/libyaml/,
- 1782.88 s
[libyaml] dist/doc/html/libyaml/libyaml.txt
- 1782.94 s
[libyaml] Phase: installPhase
- 1783.03 s
[libyaml] Installing library in /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1783.07 s
[conduit-extra] blocking vs non-blocking [✔]
- 1783.07 s
[conduit-extra] Data.Conduit.Process.Typed
- 1783.07 s
[conduit-extra] cat works [✔]
- 1783.07 s
[conduit-extra] cat works with withLoggedProcess_ [✔]
- 1783.07 s
[conduit-extra] failing process throws [✔]
- 1783.07 s
[conduit-extra] failing process throws [✔]
- 1783.07 s
[conduit-extra] Data.Conduit.Text
- 1783.07 s
[conduit-extra] Data.Conduit.Text
- 1783.07 s
[conduit-extra] text
- 1783.07 s
[conduit-extra] utf8
- 1783.07 s
[conduit-extra] single chunk [✔]
- 1783.07 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.07 s
[conduit-extra] many chunks [✔]
- 1783.07 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.08 s
[conduit-extra] raw bytes [✔]
- 1783.08 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.08 s
[conduit-extra] encoding [✔]
- 1783.08 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.09 s
[conduit-extra] valid then invalid [✔]
- 1783.09 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.09 s
[conduit-extra] utf16_le
- 1783.09 s
[conduit-extra] single chunk [✔]
- 1783.09 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.09 s
[conduit-extra] many chunks [✔]
- 1783.09 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.09 s
[conduit-extra] raw bytes [✔]
- 1783.09 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.11 s
[conduit-extra] encoding [✔]
- 1783.11 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.11 s
[conduit-extra] valid then invalid [✔]
- 1783.11 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.11 s
[conduit-extra] utf16_be
- 1783.11 s
[conduit-extra] single chunk [✔]
- 1783.11 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.12 s
[conduit-extra] many chunks [✔]
- 1783.12 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.12 s
[conduit-extra] raw bytes [✔]
- 1783.12 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.13 s
[conduit-extra] encoding [✔]
- 1783.13 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.13 s
[conduit-extra] valid then invalid [✔]
- 1783.13 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.13 s
[conduit-extra] utf32_le
- 1783.13 s
[conduit-extra] single chunk [✔]
- 1783.13 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.14 s
[conduit-extra] many chunks [✔]
- 1783.14 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.14 s
[conduit-extra] raw bytes [✔]
- 1783.14 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.15 s
[conduit-extra] encoding [✔]
- 1783.15 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.16 s
[conduit-extra] valid then invalid [✔]
- 1783.16 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.16 s
[conduit-extra] utf32_be
- 1783.16 s
[conduit-extra] single chunk [✔]
- 1783.16 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.16 s
[conduit-extra] many chunks [✔]
- 1783.16 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.16 s
[conduit-extra] raw bytes [✔]
- 1783.16 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.17 s
[conduit-extra] encoding [✔]
- 1783.17 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.18 s
[libyaml] Phase: fixupPhase
- 1783.18 s
[conduit-extra] valid then invalid [✔]
- 1783.18 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.18 s
[conduit-extra] mixed utf16 and utf8 [✔]
- 1783.18 s
[conduit-extra] invalid utf8 [✔]
- 1783.18 s
[conduit-extra] catch UTF8 exceptions [✔]
- 1783.18 s
[conduit-extra] catch UTF8 exceptions, pure [✔]
- 1783.18 s
[conduit-extra] catch UTF8 exceptions, catchExceptionC [✔]
- 1783.18 s
[conduit-extra] catch UTF8 exceptions, catchExceptionC, decodeUtf8 [✔]
- 1783.18 s
[conduit-extra] lenient UTF8 decoding [✔]
- 1783.18 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.18 s
[conduit-extra] text lines
- 1783.18 s
[conduit-extra] yields nothing given nothing [✔]
- 1783.18 s
[conduit-extra] yields nothing given only empty text [✔]
- 1783.18 s
[conduit-extra] works across split lines [✔]
- 1783.18 s
[conduit-extra] works with multiple lines in an item [✔]
- 1783.18 s
[conduit-extra] works with ending on a newline [✔]
- 1783.18 s
[conduit-extra] works with ending a middle item on a newline [✔]
- 1783.18 s
[conduit-extra] works with empty text [✔]
- 1783.18 s
[conduit-extra] works with empty lines [✔]
- 1783.18 s
[conduit-extra] text lines bounded
- 1783.18 s
[conduit-extra] yields nothing given nothing [✔]
- 1783.18 s
[conduit-extra] yields nothing given only empty text [✔]
- 1783.18 s
[conduit-extra] works across split lines [✔]
- 1783.18 s
[conduit-extra] works with multiple lines in an item [✔]
- 1783.18 s
[conduit-extra] works with ending on a newline [✔]
- 1783.18 s
[conduit-extra] works with ending a middle item on a newline [✔]
- 1783.18 s
[conduit-extra] works with empty text [✔]
- 1783.18 s
[conduit-extra] works with empty lines [✔]
- 1783.18 s
[conduit-extra] throws an exception when lines are too long [✔]
- 1783.18 s
[conduit-extra] works with infinite input [✔]
- 1783.18 s
[conduit-extra] text decode
- 1783.18 s
[conduit-extra] doesn't throw runtime exceptions [✔]
- 1783.18 s
[conduit-extra] is not too eager [✔]
- 1783.18 s
[conduit-extra] Data.Conduit.Zlib
- 1783.18 s
[conduit-extra] Data.Conduit.Zlib
- 1783.20 s
[libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4
- 1783.20 s
[conduit-extra] idempotent [✔]
- 1783.20 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.20 s
[libyaml] shrinking /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/libHSlibyaml-0.1.4-79e70FgvIN62uTaKHjRAQT-ghc9.10.2.so
- 1783.21 s
[libyaml] checking for references to /build/ in /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4...
- 1783.23 s
[libyaml] patching script interpreter paths in /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4
- 1783.23 s
[conduit-extra] flush [✔]
- 1783.23 s
[conduit-extra] +++ OK, passed 100 tests.
- 1783.23 s
[libyaml] stripping (with command strip and flags -S -p) in /nix/store/bkscjxhcamq65aa8hznq98dxyi1blgnw-libyaml-0.1.4/lib
- 1783.26 s
[conduit-extra] compressFlush large data [✔]
- 1783.26 s
[conduit-extra] uncompressed after compressed [✔]
- 1783.26 s
[conduit-extra] multiple compressed values [✔]
- 1783.26 s
[conduit-extra] single compressed, multiple uncompressed chunks [✔]
- 1783.30 s
[libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/m0qzxl5qr1n64a56kanq9bbl7zrh2vq4-libyaml-0.1.4-doc
- 1783.31 s
[libyaml] checking for references to /build/ in /nix/store/m0qzxl5qr1n64a56kanq9bbl7zrh2vq4-libyaml-0.1.4-doc...
- 1783.31 s
[conduit-parse] Documentation created: dist/doc/html/conduit-parse/,
- 1783.31 s
[conduit-parse] dist/doc/html/conduit-parse/conduit-parse.txt
- 1783.32 s
[libyaml] patching script interpreter paths in /nix/store/m0qzxl5qr1n64a56kanq9bbl7zrh2vq4-libyaml-0.1.4-doc
- 1783.40 s
Progress: 343 of 363 built (4 building), 555 of 555 downloaded from cache
- 1783.47 s
Building yaml
- 1783.47 s
[conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
- 1783.47 s
[conduit-parse] Phase: installPhase
- 1783.47 s
[conduit-parse] Installing library in /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/conduit-parse-0.2.1.1-F86Nneuja2oH80Q22cyEcH
- 1783.63 s
[conduit-parse] Phase: fixupPhase
- 1783.64 s
[conduit-extra] multiple, over 32k [✔]
- 1783.64 s
[conduit-extra]
- 1783.64 s
[conduit-extra] Finished in 4.6574 seconds
- 1783.64 s
[conduit-extra] 133 examples, 0 failures
- 1783.65 s
[conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1
- 1783.65 s
[conduit-parse] shrinking /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/libHSconduit-parse-0.2.1.1-F86Nneuja2oH80Q22cyEcH-ghc9.10.2.so
- 1783.66 s
[conduit-parse] checking for references to /build/ in /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1...
- 1783.67 s
[conduit-extra] Test suite test: PASS
- 1783.67 s
[conduit-extra] Test suite logged to: dist/test/conduit-extra-1.3.8-test.log
- 1783.67 s
[conduit-extra] 1 of 1 test suites (1 of 1 test cases) passed.
- 1783.68 s
[conduit-extra] Phase: haddockPhase
- 1783.68 s
[conduit-parse] patching script interpreter paths in /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1
- 1783.68 s
[conduit-parse] stripping (with command strip and flags -S -p) in /nix/store/wvyh3pxkifrhr2k562bbsqaidsns30zq-conduit-parse-0.2.1.1/lib
- 1783.70 s
[yaml] Phase: setupCompilerEnvironmentPhase
- 1783.71 s
[yaml] Build with /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2.
- 1783.72 s
[conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/c022j44r40ykskdm430r1vbvkcsfg5zg-conduit-parse-0.2.1.1-doc
- 1783.72 s
[conduit-parse] checking for references to /build/ in /nix/store/c022j44r40ykskdm430r1vbvkcsfg5zg-conduit-parse-0.2.1.1-doc...
- 1783.74 s
[conduit-parse] patching script interpreter paths in /nix/store/c022j44r40ykskdm430r1vbvkcsfg5zg-conduit-parse-0.2.1.1-doc
- 1783.82 s
Progress: 344 of 363 built (4 building), 555 of 555 downloaded from cache
- 1783.82 s
[conduit-extra] Preprocessing library for conduit-extra-1.3.8...
- 1783.82 s
[conduit-extra] Running Haddock on library for conduit-extra-1.3.8...
- 1783.82 s
[conduit-extra] Warning: The documentation for the following packages are not installed. No
- 1783.82 s
[conduit-extra] links will be generated to these packages: attoparsec-0.14.4,
- 1783.82 s
[conduit-extra] attoparsec-0.14.4, vector-0.13.2.0
- 1783.99 s
[yaml] Phase: unpackPhase
- 1784.00 s
[yaml] unpacking source archive /nix/store/1i4qpms3prjxhdqwxcidf0isp8prw52b-yaml-0.11.11.2.tar.gz
- 1784.00 s
[yaml] source root is yaml-0.11.11.2
- 1784.01 s
[yaml] setting SOURCE_DATE_EPOCH to timestamp 1688236994 of file "yaml-0.11.11.2/yaml.cabal"
- 1784.02 s
[yaml] Phase: patchPhase
- 1784.02 s
[yaml] Replace Cabal file with edited version from mirror://hackage/yaml-0.11.11.2/revision/2.cabal.
- 1784.03 s
[yaml] Phase: compileBuildDriverPhase
- 1784.03 s
[yaml] setupCompileFlags: -package-db=/build/tmp.8bzDXqOBL3/setup-package.conf.d -threaded
- 1784.04 s
[conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, nothing )
- 1784.08 s
[yaml] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.8bzDXqOBL3/Main.o )
- 1784.13 s
[yaml] [2 of 2] Linking Setup
- 1784.20 s
[conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, nothing )
- 1784.36 s
[conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, nothing )
- 1784.36 s
[conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, nothing )
- 1784.36 s
[conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, nothing )
- 1784.36 s
[conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, nothing )
- 1784.39 s
[conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, nothing )
- 1784.43 s
[conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, nothing )
- 1784.43 s
[conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, nothing )
- 1784.44 s
[conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, nothing )
- 1784.47 s
[conduit-extra] Data/Conduit/Process.hs:48:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.47 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.47 s
[conduit-extra] will become an error in a future GHC release.
- 1784.47 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.47 s
[conduit-extra] |
- 1784.47 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
- 1784.47 s
[conduit-extra] | ^
- 1784.47 s
[conduit-extra]
- 1784.47 s
[conduit-extra] Data/Conduit/Process.hs:48:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.47 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.47 s
[conduit-extra] will become an error in a future GHC release.
- 1784.47 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.47 s
[conduit-extra] |
- 1784.47 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
- 1784.47 s
[conduit-extra] | ^
- 1784.47 s
[conduit-extra]
- 1784.48 s
[conduit-extra] Data/Conduit/Process.hs:50:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.48 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.48 s
[conduit-extra] will become an error in a future GHC release.
- 1784.48 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.48 s
[conduit-extra] |
- 1784.48 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
- 1784.48 s
[conduit-extra] | ^
- 1784.48 s
[conduit-extra]
- 1784.48 s
[conduit-extra] Data/Conduit/Process.hs:50:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.48 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.48 s
[conduit-extra] will become an error in a future GHC release.
- 1784.48 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.48 s
[conduit-extra] |
- 1784.48 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
- 1784.48 s
[conduit-extra] | ^
- 1784.48 s
[conduit-extra]
- 1784.48 s
[conduit-extra] Data/Conduit/Process.hs:50:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.48 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.48 s
[conduit-extra] will become an error in a future GHC release.
- 1784.48 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.48 s
[conduit-extra] |
- 1784.48 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
- 1784.48 s
[conduit-extra] | ^
- 1784.48 s
[conduit-extra]
- 1784.48 s
[conduit-extra] Data/Conduit/Process.hs:66:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.48 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.48 s
[conduit-extra] will become an error in a future GHC release.
- 1784.48 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.48 s
[conduit-extra] |
- 1784.48 s
[conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
- 1784.48 s
[conduit-extra] | ^
- 1784.48 s
[conduit-extra]
- 1784.48 s
[conduit-extra] Data/Conduit/Process.hs:68:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.48 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.48 s
[conduit-extra] will become an error in a future GHC release.
- 1784.48 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.48 s
[conduit-extra] |
- 1784.48 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
- 1784.48 s
[conduit-extra] | ^
- 1784.48 s
[conduit-extra]
- 1784.49 s
[conduit-extra] Data/Conduit/Process.hs:68:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.49 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.49 s
[conduit-extra] will become an error in a future GHC release.
- 1784.49 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.49 s
[conduit-extra] |
- 1784.49 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
- 1784.49 s
[conduit-extra] | ^
- 1784.49 s
[conduit-extra]
- 1784.49 s
[conduit-extra] Data/Conduit/Process.hs:70:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.49 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.49 s
[conduit-extra] will become an error in a future GHC release.
- 1784.49 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.49 s
[conduit-extra] |
- 1784.49 s
[conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
- 1784.49 s
[conduit-extra] | ^
- 1784.49 s
[conduit-extra]
- 1784.49 s
[conduit-extra] Data/Conduit/Process.hs:72:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.49 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.49 s
[conduit-extra] will become an error in a future GHC release.
- 1784.49 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.49 s
[conduit-extra] |
- 1784.49 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
- 1784.49 s
[conduit-extra] | ^
- 1784.49 s
[conduit-extra]
- 1784.49 s
[conduit-extra] Data/Conduit/Process.hs:72:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.49 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.49 s
[conduit-extra] will become an error in a future GHC release.
- 1784.49 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.49 s
[conduit-extra] |
- 1784.49 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
- 1784.49 s
[conduit-extra] | ^
- 1784.49 s
[conduit-extra]
- 1784.49 s
[conduit-extra] Data/Conduit/Process.hs:75:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.49 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.49 s
[conduit-extra] will become an error in a future GHC release.
- 1784.49 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.49 s
[conduit-extra] |
- 1784.49 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
- 1784.49 s
[conduit-extra] | ^
- 1784.49 s
[conduit-extra]
- 1784.49 s
[conduit-extra] Data/Conduit/Process.hs:75:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.49 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.49 s
[conduit-extra] will become an error in a future GHC release.
- 1784.49 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.49 s
[conduit-extra] |
- 1784.49 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
- 1784.50 s
[conduit-extra] | ^
- 1784.50 s
[conduit-extra]
- 1784.50 s
[conduit-extra] Data/Conduit/Process.hs:77:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.50 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.50 s
[conduit-extra] will become an error in a future GHC release.
- 1784.50 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.50 s
[conduit-extra] |
- 1784.50 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
- 1784.50 s
[conduit-extra] | ^
- 1784.50 s
[conduit-extra]
- 1784.50 s
[conduit-extra] Data/Conduit/Process.hs:77:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.50 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.50 s
[conduit-extra] will become an error in a future GHC release.
- 1784.50 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.50 s
[conduit-extra] |
- 1784.50 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
- 1784.50 s
[conduit-extra] | ^
- 1784.50 s
[conduit-extra]
- 1784.50 s
[conduit-extra] Data/Conduit/Process.hs:77:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
- 1784.50 s
[conduit-extra] The use of ‘~’ without TypeOperators
- 1784.50 s
[conduit-extra] will become an error in a future GHC release.
- 1784.50 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
- 1784.50 s
[conduit-extra] |
- 1784.50 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
- 1784.50 s
[conduit-extra] | ^
- 1784.50 s
[conduit-extra]
- 1784.50 s
[conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, nothing )
- 1784.52 s
[conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, nothing )
- 1784.68 s
[conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, nothing )
- 1784.72 s
[conduit-extra] Haddock coverage:
- 1784.72 s
[conduit-extra] Warning: 'ParseError' is ambiguous. It is defined
- 1784.72 s
[conduit-extra] * at Data/Conduit/Attoparsec.hs:44:19
- 1784.72 s
[conduit-extra] * at Data/Conduit/Attoparsec.hs:44:1
- 1784.72 s
[conduit-extra] You may be able to disambiguate the identifier by qualifying it or
- 1784.72 s
[conduit-extra] by specifying the type/value namespace explicitly.
- 1784.72 s
[conduit-extra] Defaulting to the one defined at Data/Conduit/Attoparsec.hs:44:1
- 1784.72 s
[conduit-extra] 84% ( 11 / 13) in 'Data.Conduit.Attoparsec'
- 1784.72 s
[conduit-extra] Missing documentation for:
- 1784.72 s
[conduit-extra] Position (Data/Conduit/Attoparsec.hs:53)
- 1784.72 s
[conduit-extra] PositionRange (Data/Conduit/Attoparsec.hs:64)
- 1784.72 s
[conduit-extra] 100% ( 45 / 45) in 'Data.Conduit.Binary'
- 1784.73 s
[conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.ByteString.Builder'
- 1784.73 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Filesystem'
- 1784.73 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Foldl'
- 1784.73 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Lazy'
- 1784.73 s
[conduit-extra] 52% ( 18 / 34) in 'Data.Conduit.Network'
- 1784.73 s
[conduit-extra] Missing documentation for:
- 1784.73 s
[conduit-extra] Module header
- 1784.73 s
[conduit-extra] appSource (Data/Conduit/Network.hs:88)
- 1784.73 s
[conduit-extra] appSink (Data/Conduit/Network.hs:99)
- 1784.73 s
[conduit-extra] appSockAddr
- 1784.73 s
[conduit-extra] appLocalAddr
- 1784.73 s
[conduit-extra] serverSettings (Data/Conduit/Network.hs:82)
- 1784.73 s
[conduit-extra] runTCPServerWithHandle
- 1784.73 s
[conduit-extra] clientSettings (Data/Conduit/Network.hs:85)
- 1784.73 s
[conduit-extra] getPort
- 1784.73 s
[conduit-extra] getHost
- 1784.73 s
[conduit-extra] getAfterBind
- 1784.73 s
[conduit-extra] getNeedLocalAddr
- 1784.73 s
[conduit-extra] setPort
- 1784.73 s
[conduit-extra] setHost
- 1784.73 s
[conduit-extra] setAfterBind
- 1784.73 s
[conduit-extra] setNeedLocalAddr
- 1784.73 s
[conduit-extra] 90% ( 10 / 11) in 'Data.Conduit.Network.UDP'
- 1784.73 s
[conduit-extra] Missing documentation for:
- 1784.73 s
[conduit-extra] Module header
- 1784.73 s
[conduit-extra] 59% ( 13 / 22) in 'Data.Conduit.Network.Unix'
- 1784.73 s
[conduit-extra] Missing documentation for:
- 1784.73 s
[conduit-extra] Module header
- 1784.73 s
[conduit-extra] appSource (Data/Conduit/Network.hs:88)
- 1784.73 s
[conduit-extra] appSink (Data/Conduit/Network.hs:99)
- 1784.73 s
[conduit-extra] serverSettings (Data/Conduit/Network/Unix.hs:36)
- 1784.73 s
[conduit-extra] clientSettings (Data/Conduit/Network/Unix.hs:33)
- 1784.73 s
[conduit-extra] getPath
- 1784.73 s
[conduit-extra] getAfterBind
- 1784.73 s
[conduit-extra] setPath
- 1784.73 s
[conduit-extra] setAfterBind
- 1784.73 s
[conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.Process'
- 1784.73 s
[conduit-extra] 100% ( 9 / 9) in 'Data.Conduit.Process.Typed'
- 1784.74 s
[conduit-extra] 100% ( 25 / 25) in 'Data.Conduit.Text'
- 1784.74 s
[conduit-extra] Warning: 'WindowBits' is ambiguous. It is defined
- 1784.74 s
[conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
- 1784.74 s
[conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
- 1784.74 s
[conduit-extra] You may be able to disambiguate the identifier by qualifying it or
- 1784.74 s
[conduit-extra] by specifying the type/value namespace explicitly.
- 1784.74 s
[conduit-extra] Defaulting to the one defined in ‘Codec.Compression.Zlib.Stream’
- 1784.74 s
[conduit-extra] 100% ( 14 / 14) in 'Data.Conduit.Zlib'
- 1785.11 s
[conduit-extra] Warning: Data.Conduit.Attoparsec: could not find link destinations for:
- 1785.11 s
[conduit-extra] - Data.Attoparsec.Internal.Types.IResult
- 1785.11 s
[conduit-extra] - Data.Attoparsec.Internal.Types.Parser
- 1785.11 s
[conduit-extra] - Data.Conduit.Attoparsec.parseA
- 1785.11 s
[conduit-extra] - Data.Conduit.Attoparsec.feedA
- 1785.11 s
[conduit-extra] - Data.Conduit.Attoparsec.empty
- 1785.11 s
[conduit-extra] - Data.Conduit.Attoparsec.isNull
- 1785.11 s
[conduit-extra] - Data.Conduit.Attoparsec.getLinesCols
- 1785.11 s
[conduit-extra] - Data.Conduit.Attoparsec.stripFromEnd
- 1785.11 s
[conduit-extra] Warning: Data.Conduit.Binary: could not find link destinations for:
- 1785.11 s
[conduit-extra] - Data.Conduit.Binary.SinkStorableInsufficientBytes
- 1785.11 s
[conduit-extra] Warning: Data.Conduit.ByteString.Builder: could not find link destinations for:
- 1785.11 s
[conduit-extra] - Data.Conduit.Combinators.Buffer
- 1785.12 s
[conduit-extra] Warning: Data.Conduit.Zlib: could not find link destinations for:
- 1785.12 s
[conduit-extra] - Codec.Compression.Zlib.Stream.Rep_WindowBits
- 1785.29 s
[yaml] Phase: updateAutotoolsGnuConfigScriptsPhase
- 1785.30 s
[yaml] Phase: configurePhase
- 1785.30 s
[yaml] configureFlags: --verbose --prefix=/nix/store/caw5ca8rqk841f6vpqjx1rw2dk28hc5k-yaml-0.11.11.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/2ahdn1njx3nqf18fds0lxwzd9vxpr8m9-yaml-0.11.11.2-doc/share/doc/yaml-0.11.11.2 --with-gcc=gcc --package-db=/build/tmp.8bzDXqOBL3/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --bindir=/nix/store/gj26y9hgsdnzzqldh7cf8pwcaiwzs4sa-yaml-0.11.11.2-bin/bin --ghc-option=-haddock -fsystem-libyaml -f-no-exe --extra-lib-dirs=/nix/store/kpi3v5fl8hlgy5lagjvn6ayq78mla49k-ncurses-6.5/lib --extra-lib-dirs=/nix/store/c86nvwib4x4w4lkd3qw2aw40a354b6yd-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/v6v4r40nfy7inyr36yckidhi6ngh0k6p-elfutils-0.194/lib --extra-lib-dirs=/nix/store/z658zzyxfc8106bjl5svssvsjvk513yj-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/n8f6dc226f3z0yz8b7yh2ksi5gx70mha-numactl-2.0.18/lib
- 1785.31 s
[yaml] Using Parsec parser
- 1785.31 s
[yaml] Configuring yaml-0.11.11.2...
- 1785.64 s
[yaml] Flags chosen: no-examples=True, no-exe=False
- 1785.85 s
[yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
- 1785.85 s
[yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
- 1785.85 s
[yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
- 1785.85 s
[yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
- 1785.85 s
[yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
- 1785.85 s
[yaml] Dependency containers: using containers-0.7
- 1785.85 s
[yaml] Dependency directory: using directory-1.3.8.5
- 1785.85 s
[yaml] Dependency filepath: using filepath-1.5.4.0
- 1785.85 s
[yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
- 1785.85 s
[yaml] Dependency mtl: using mtl-2.3.1
- 1785.85 s
[yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
- 1785.85 s
[yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
- 1785.85 s
[yaml] Dependency template-haskell: using template-haskell-2.22.0.0
- 1785.85 s
[yaml] Dependency text: using text-2.1.2
- 1785.85 s
[yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
- 1785.85 s
[yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
- 1785.85 s
[yaml] Dependency vector: using vector-0.13.2.0
- 1785.85 s
[yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
- 1785.85 s
[yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
- 1785.85 s
[yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
- 1785.85 s
[yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
- 1785.85 s
[yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
- 1785.85 s
[yaml] Dependency containers: using containers-0.7
- 1785.85 s
[yaml] Dependency directory: using directory-1.3.8.5
- 1785.85 s
[yaml] Dependency filepath: using filepath-1.5.4.0
- 1785.85 s
[yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
- 1785.85 s
[yaml] Dependency mtl: using mtl-2.3.1
- 1785.85 s
[yaml] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
- 1785.85 s
[yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
- 1785.85 s
[yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
- 1785.85 s
[yaml] Dependency template-haskell: using template-haskell-2.22.0.0
- 1785.85 s
[yaml] Dependency text: using text-2.1.2
- 1785.85 s
[yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
- 1785.85 s
[yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
- 1785.85 s
[yaml] Dependency vector: using vector-0.13.2.0
- 1785.85 s
[yaml] Dependency yaml: using yaml-0.11.11.2
- 1785.85 s
[yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
- 1785.85 s
[yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
- 1785.85 s
[yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
- 1785.85 s
[yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
- 1785.85 s
[yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
- 1785.85 s
[yaml] Dependency containers: using containers-0.7
- 1785.85 s
[yaml] Dependency directory: using directory-1.3.8.5
- 1785.85 s
[yaml] Dependency filepath: using filepath-1.5.4.0
- 1785.85 s
[yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
- 1785.85 s
[yaml] Dependency mtl: using mtl-2.3.1
- 1785.85 s
[yaml] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
- 1785.85 s
[yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
- 1785.85 s
[yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
- 1785.85 s
[yaml] Dependency template-haskell: using template-haskell-2.22.0.0
- 1785.85 s
[yaml] Dependency text: using text-2.1.2
- 1785.85 s
[yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
- 1785.85 s
[yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
- 1785.85 s
[yaml] Dependency vector: using vector-0.13.2.0
- 1785.85 s
[yaml] Dependency yaml: using yaml-0.11.11.2
- 1785.85 s
[yaml] Dependency HUnit: using HUnit-1.6.2.0
- 1785.85 s
[yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
- 1785.85 s
[yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
- 1785.85 s
[yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
- 1785.85 s
[yaml] Dependency base-compat: using base-compat-0.14.1
- 1785.85 s
[yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
- 1785.85 s
[yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
- 1785.85 s
[yaml] Dependency containers: using containers-0.7
- 1785.85 s
[yaml] Dependency directory: using directory-1.3.8.5
- 1785.85 s
[yaml] Dependency filepath: using filepath-1.5.4.0
- 1785.85 s
[yaml] Dependency hspec >=1.3: using hspec-2.11.14
- 1785.85 s
[yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
- 1785.85 s
[yaml] Dependency mockery: using mockery-0.3.5
- 1785.85 s
[yaml] Dependency mtl: using mtl-2.3.1
- 1785.85 s
[yaml] Dependency raw-strings-qq: using raw-strings-qq-1.1
- 1785.85 s
[yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
- 1785.85 s
[yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
- 1785.85 s
[yaml] Dependency template-haskell: using template-haskell-2.22.0.0
- 1785.85 s
[yaml] Dependency temporary: using temporary-1.3
- 1785.85 s
[yaml] Dependency text: using text-2.1.2
- 1785.85 s
[yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
- 1785.85 s
[yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
- 1785.85 s
[yaml] Dependency vector: using vector-0.13.2.0
- 1785.85 s
[yaml] Dependency yaml: using yaml-0.11.11.2
- 1785.85 s
[yaml] Source component graph:
- 1785.85 s
[yaml] component lib
- 1785.85 s
[yaml] component exe:json2yaml dependency lib
- 1785.85 s
[yaml] component exe:yaml2json dependency lib
- 1785.85 s
[yaml] component test:spec dependency lib
- 1785.85 s
[yaml] Configured component graph:
- 1785.85 s
[yaml] component yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.85 s
[yaml] include aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] include base-4.20.1.0-a280
- 1785.85 s
[yaml] include bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] include containers-0.7-8c5a
- 1785.85 s
[yaml] include directory-1.3.8.5-c7cf
- 1785.85 s
[yaml] include filepath-1.5.4.0-4815
- 1785.85 s
[yaml] include libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.85 s
[yaml] include mtl-2.3.1-87b4
- 1785.85 s
[yaml] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.85 s
[yaml] include scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.85 s
[yaml] include template-haskell-2.22.0.0-3eef
- 1785.85 s
[yaml] include text-2.1.2-2d65
- 1785.85 s
[yaml] include transformers-0.6.1.1-c08a
- 1785.85 s
[yaml] include unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.85 s
[yaml] include vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.85 s
[yaml] component yaml-0.11.11.2-5noJJfZrHCn6mx7tvAIIHF-json2yaml
- 1785.85 s
[yaml] include aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] include base-4.20.1.0-a280
- 1785.85 s
[yaml] include bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] include containers-0.7-8c5a
- 1785.85 s
[yaml] include directory-1.3.8.5-c7cf
- 1785.85 s
[yaml] include filepath-1.5.4.0-4815
- 1785.85 s
[yaml] include libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.85 s
[yaml] include mtl-2.3.1-87b4
- 1785.85 s
[yaml] include optparse-applicative-0.18.1.0-CHBride3l2qLkCB7h8B3n7
- 1785.85 s
[yaml] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.85 s
[yaml] include scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.85 s
[yaml] include template-haskell-2.22.0.0-3eef
- 1785.85 s
[yaml] include text-2.1.2-2d65
- 1785.85 s
[yaml] include transformers-0.6.1.1-c08a
- 1785.85 s
[yaml] include unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.85 s
[yaml] include vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.85 s
[yaml] include yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.85 s
[yaml] component yaml-0.11.11.2-LsUeemRH0kjLcigfE3A8fK-yaml2json
- 1785.85 s
[yaml] include aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] include base-4.20.1.0-a280
- 1785.85 s
[yaml] include bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] include containers-0.7-8c5a
- 1785.85 s
[yaml] include directory-1.3.8.5-c7cf
- 1785.85 s
[yaml] include filepath-1.5.4.0-4815
- 1785.85 s
[yaml] include libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.85 s
[yaml] include mtl-2.3.1-87b4
- 1785.85 s
[yaml] include optparse-applicative-0.18.1.0-CHBride3l2qLkCB7h8B3n7
- 1785.85 s
[yaml] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.85 s
[yaml] include scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.85 s
[yaml] include template-haskell-2.22.0.0-3eef
- 1785.85 s
[yaml] include text-2.1.2-2d65
- 1785.85 s
[yaml] include transformers-0.6.1.1-c08a
- 1785.85 s
[yaml] include unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.85 s
[yaml] include vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.85 s
[yaml] include yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.85 s
[yaml] component yaml-0.11.11.2-CMraiKAxtMa4YCvyiboOuH-spec
- 1785.85 s
[yaml] include HUnit-1.6.2.0-BAbFvQVaAsBAAprIgZFO5O
- 1785.85 s
[yaml] include aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] include base-4.20.1.0-a280
- 1785.85 s
[yaml] include base-compat-0.14.1-IWfCrY0xmZWAfUEd7oNY9R
- 1785.85 s
[yaml] include bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] include containers-0.7-8c5a
- 1785.85 s
[yaml] include directory-1.3.8.5-c7cf
- 1785.85 s
[yaml] include filepath-1.5.4.0-4815
- 1785.85 s
[yaml] include hspec-2.11.14-4mjH2wN9o1fe68VusBnv0
- 1785.85 s
[yaml] include libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.85 s
[yaml] include mockery-0.3.5-BvfOP2OORnZ5OYHTqQVOGg
- 1785.85 s
[yaml] include mtl-2.3.1-87b4
- 1785.85 s
[yaml] include raw-strings-qq-1.1-IM0MbcEYwdH6FIjEaDv6gR
- 1785.85 s
[yaml] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.85 s
[yaml] include scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.85 s
[yaml] include template-haskell-2.22.0.0-3eef
- 1785.85 s
[yaml] include temporary-1.3-2dehJOnQ5G3CQiuZ0z2ue1
- 1785.85 s
[yaml] include text-2.1.2-2d65
- 1785.85 s
[yaml] include transformers-0.6.1.1-c08a
- 1785.85 s
[yaml] include unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.85 s
[yaml] include vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.85 s
[yaml] include yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.85 s
[yaml] Linked component graph:
- 1785.85 s
[yaml] unit yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.85 s
[yaml] include aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] include base-4.20.1.0-a280
- 1785.85 s
[yaml] include bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] include containers-0.7-8c5a
- 1785.85 s
[yaml] include directory-1.3.8.5-c7cf
- 1785.85 s
[yaml] include filepath-1.5.4.0-4815
- 1785.85 s
[yaml] include libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.85 s
[yaml] include mtl-2.3.1-87b4
- 1785.85 s
[yaml] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.85 s
[yaml] include scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.85 s
[yaml] include template-haskell-2.22.0.0-3eef
- 1785.85 s
[yaml] include text-2.1.2-2d65
- 1785.85 s
[yaml] include transformers-0.6.1.1-c08a
- 1785.85 s
[yaml] include unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.85 s
[yaml] include vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.85 s
[yaml] Data.Yaml=yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr:Data.Yaml,Data.Yaml.Aeson=yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr:Data.Yaml.Aeson,Data.Yaml.Builder=yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr:Data.Yaml.Builder,Data.Yaml.Config=yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr:Data.Yaml.Config,Data.Yaml.Include=yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr:Data.Yaml.Include,Data.Yaml.Internal=yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr:Data.Yaml.Internal,Data.Yaml.Parser=yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr:Data.Yaml.Parser,Data.Yaml.Pretty=yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr:Data.Yaml.Pretty,Data.Yaml.TH=yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr:Data.Yaml.TH
- 1785.85 s
[yaml] unit yaml-0.11.11.2-5noJJfZrHCn6mx7tvAIIHF-json2yaml
- 1785.85 s
[yaml] include aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] include base-4.20.1.0-a280
- 1785.85 s
[yaml] include bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] include containers-0.7-8c5a
- 1785.85 s
[yaml] include directory-1.3.8.5-c7cf
- 1785.85 s
[yaml] include filepath-1.5.4.0-4815
- 1785.85 s
[yaml] include libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.85 s
[yaml] include mtl-2.3.1-87b4
- 1785.85 s
[yaml] include optparse-applicative-0.18.1.0-CHBride3l2qLkCB7h8B3n7
- 1785.85 s
[yaml] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.85 s
[yaml] include scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.85 s
[yaml] include template-haskell-2.22.0.0-3eef
- 1785.85 s
[yaml] include text-2.1.2-2d65
- 1785.85 s
[yaml] include transformers-0.6.1.1-c08a
- 1785.85 s
[yaml] include unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.85 s
[yaml] include vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.85 s
[yaml] include yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.85 s
[yaml] unit yaml-0.11.11.2-LsUeemRH0kjLcigfE3A8fK-yaml2json
- 1785.85 s
[yaml] include aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] include base-4.20.1.0-a280
- 1785.85 s
[yaml] include bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] include containers-0.7-8c5a
- 1785.85 s
[yaml] include directory-1.3.8.5-c7cf
- 1785.85 s
[yaml] include filepath-1.5.4.0-4815
- 1785.85 s
[yaml] include libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.85 s
[yaml] include mtl-2.3.1-87b4
- 1785.85 s
[yaml] include optparse-applicative-0.18.1.0-CHBride3l2qLkCB7h8B3n7
- 1785.85 s
[yaml] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.85 s
[yaml] include scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.85 s
[yaml] include template-haskell-2.22.0.0-3eef
- 1785.85 s
[yaml] include text-2.1.2-2d65
- 1785.85 s
[yaml] include transformers-0.6.1.1-c08a
- 1785.85 s
[yaml] include unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.85 s
[yaml] include vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.85 s
[yaml] include yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.85 s
[yaml] unit yaml-0.11.11.2-CMraiKAxtMa4YCvyiboOuH-spec
- 1785.85 s
[yaml] include HUnit-1.6.2.0-BAbFvQVaAsBAAprIgZFO5O
- 1785.85 s
[yaml] include aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] include attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] include base-4.20.1.0-a280
- 1785.85 s
[yaml] include base-compat-0.14.1-IWfCrY0xmZWAfUEd7oNY9R
- 1785.85 s
[yaml] include bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] include conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] include containers-0.7-8c5a
- 1785.85 s
[yaml] include directory-1.3.8.5-c7cf
- 1785.85 s
[yaml] include filepath-1.5.4.0-4815
- 1785.85 s
[yaml] include hspec-2.11.14-4mjH2wN9o1fe68VusBnv0
- 1785.85 s
[yaml] include libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.85 s
[yaml] include mockery-0.3.5-BvfOP2OORnZ5OYHTqQVOGg
- 1785.85 s
[yaml] include mtl-2.3.1-87b4
- 1785.85 s
[yaml] include raw-strings-qq-1.1-IM0MbcEYwdH6FIjEaDv6gR
- 1785.85 s
[yaml] include resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.85 s
[yaml] include scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.85 s
[yaml] include template-haskell-2.22.0.0-3eef
- 1785.85 s
[yaml] include temporary-1.3-2dehJOnQ5G3CQiuZ0z2ue1
- 1785.85 s
[yaml] include text-2.1.2-2d65
- 1785.85 s
[yaml] include transformers-0.6.1.1-c08a
- 1785.85 s
[yaml] include unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.85 s
[yaml] include vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.85 s
[yaml] include yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.85 s
[yaml] Ready component graph:
- 1785.85 s
[yaml] definite yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.85 s
[yaml] depends aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] depends attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] depends base-4.20.1.0-a280
- 1785.85 s
[yaml] depends bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] depends conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] depends containers-0.7-8c5a
- 1785.85 s
[yaml] depends directory-1.3.8.5-c7cf
- 1785.85 s
[yaml] depends filepath-1.5.4.0-4815
- 1785.85 s
[yaml] depends libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.85 s
[yaml] depends mtl-2.3.1-87b4
- 1785.85 s
[yaml] depends resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.85 s
[yaml] depends scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.85 s
[yaml] depends template-haskell-2.22.0.0-3eef
- 1785.85 s
[yaml] depends text-2.1.2-2d65
- 1785.85 s
[yaml] depends transformers-0.6.1.1-c08a
- 1785.85 s
[yaml] depends unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.85 s
[yaml] depends vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.85 s
[yaml] definite yaml-0.11.11.2-CMraiKAxtMa4YCvyiboOuH-spec
- 1785.85 s
[yaml] depends HUnit-1.6.2.0-BAbFvQVaAsBAAprIgZFO5O
- 1785.85 s
[yaml] depends aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] depends attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] depends base-4.20.1.0-a280
- 1785.85 s
[yaml] depends base-compat-0.14.1-IWfCrY0xmZWAfUEd7oNY9R
- 1785.85 s
[yaml] depends bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] depends conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] depends containers-0.7-8c5a
- 1785.85 s
[yaml] depends directory-1.3.8.5-c7cf
- 1785.85 s
[yaml] depends filepath-1.5.4.0-4815
- 1785.85 s
[yaml] depends hspec-2.11.14-4mjH2wN9o1fe68VusBnv0
- 1785.85 s
[yaml] depends libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.85 s
[yaml] depends mockery-0.3.5-BvfOP2OORnZ5OYHTqQVOGg
- 1785.85 s
[yaml] depends mtl-2.3.1-87b4
- 1785.85 s
[yaml] depends raw-strings-qq-1.1-IM0MbcEYwdH6FIjEaDv6gR
- 1785.85 s
[yaml] depends resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.85 s
[yaml] depends scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.85 s
[yaml] depends template-haskell-2.22.0.0-3eef
- 1785.85 s
[yaml] depends temporary-1.3-2dehJOnQ5G3CQiuZ0z2ue1
- 1785.85 s
[yaml] depends text-2.1.2-2d65
- 1785.85 s
[yaml] depends transformers-0.6.1.1-c08a
- 1785.85 s
[yaml] depends unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.85 s
[yaml] depends vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.85 s
[yaml] depends yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.85 s
[yaml] definite yaml-0.11.11.2-LsUeemRH0kjLcigfE3A8fK-yaml2json
- 1785.85 s
[yaml] depends aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] depends attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] depends base-4.20.1.0-a280
- 1785.85 s
[yaml] depends bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] depends conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] depends containers-0.7-8c5a
- 1785.85 s
[yaml] depends directory-1.3.8.5-c7cf
- 1785.85 s
[yaml] depends filepath-1.5.4.0-4815
- 1785.85 s
[yaml] depends libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.85 s
[yaml] depends mtl-2.3.1-87b4
- 1785.85 s
[yaml] depends optparse-applicative-0.18.1.0-CHBride3l2qLkCB7h8B3n7
- 1785.85 s
[yaml] depends resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.85 s
[yaml] depends scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.85 s
[yaml] depends template-haskell-2.22.0.0-3eef
- 1785.85 s
[yaml] depends text-2.1.2-2d65
- 1785.85 s
[yaml] depends transformers-0.6.1.1-c08a
- 1785.85 s
[yaml] depends unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.85 s
[yaml] depends vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.85 s
[yaml] depends yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.85 s
[yaml] definite yaml-0.11.11.2-5noJJfZrHCn6mx7tvAIIHF-json2yaml
- 1785.85 s
[yaml] depends aeson-2.2.3.0-KRyWo8ge1GbHIhtZgok2Ty
- 1785.85 s
[yaml] depends attoparsec-0.14.4-DhlBXuK4VtR9ztTFL7hZuL
- 1785.85 s
[yaml] depends base-4.20.1.0-a280
- 1785.85 s
[yaml] depends bytestring-0.12.2.0-b7cf
- 1785.85 s
[yaml] depends conduit-1.3.6.1-D0w1diCsIXxINIoPTmJRGH
- 1785.85 s
[yaml] depends containers-0.7-8c5a
- 1785.85 s
[yaml] depends directory-1.3.8.5-c7cf
- 1785.87 s
[yaml] depends filepath-1.5.4.0-4815
- 1785.87 s
[yaml] depends libyaml-0.1.4-79e70FgvIN62uTaKHjRAQT
- 1785.87 s
[yaml] depends mtl-2.3.1-87b4
- 1785.87 s
[yaml] depends optparse-applicative-0.18.1.0-CHBride3l2qLkCB7h8B3n7
- 1785.87 s
[yaml] depends resourcet-1.3.0-Fd5G3YQzjJx71qJJ5PJ71y
- 1785.87 s
[yaml] depends scientific-0.3.8.0-9VM2zpqHyOMGnVLXUkVbNb
- 1785.87 s
[yaml] depends template-haskell-2.22.0.0-3eef
- 1785.87 s
[yaml] depends text-2.1.2-2d65
- 1785.87 s
[yaml] depends transformers-0.6.1.1-c08a
- 1785.87 s
[yaml] depends unordered-containers-0.2.20.1-9vUBRr8GhHF98xVOvb8sms
- 1785.87 s
[yaml] depends vector-0.13.2.0-869YSzs0SriI8Tpdfrt9Fs
- 1785.87 s
[yaml] depends yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.87 s
[yaml] Using Cabal-3.12.1.0 compiled by ghc-9.10
- 1785.87 s
[yaml] Using compiler: ghc-9.10.2
- 1785.87 s
[yaml] Using install prefix:
- 1785.87 s
[yaml] /nix/store/caw5ca8rqk841f6vpqjx1rw2dk28hc5k-yaml-0.11.11.2
- 1785.87 s
[yaml] Executables installed in:
- 1785.87 s
[yaml] /nix/store/gj26y9hgsdnzzqldh7cf8pwcaiwzs4sa-yaml-0.11.11.2-bin/bin
- 1785.87 s
[yaml] Libraries installed in:
- 1785.87 s
[yaml] /nix/store/caw5ca8rqk841f6vpqjx1rw2dk28hc5k-yaml-0.11.11.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/yaml-0.11.11.2-8ehgG8BCxo4FB5l3Vvz4Jr
- 1785.87 s
[yaml] Dynamic Libraries installed in:
- 1785.87 s
[yaml] /nix/store/caw5ca8rqk841f6vpqjx1rw2dk28hc5k-yaml-0.11.11.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986
- 1785.87 s
[yaml] Private executables installed in:
- 1785.87 s
[yaml] /nix/store/caw5ca8rqk841f6vpqjx1rw2dk28hc5k-yaml-0.11.11.2/libexec/x86_64-linux-ghc-9.10.2-f986/yaml-0.11.11.2
- 1785.87 s
[yaml] Data files installed in:
- 1785.87 s
[yaml] /nix/store/caw5ca8rqk841f6vpqjx1rw2dk28hc5k-yaml-0.11.11.2/share/x86_64-linux-ghc-9.10.2-f986/yaml-0.11.11.2
- 1785.87 s
[yaml] Documentation installed in:
- 1785.87 s
[yaml] /nix/store/2ahdn1njx3nqf18fds0lxwzd9vxpr8m9-yaml-0.11.11.2-doc/share/doc/yaml-0.11.11.2
- 1785.87 s
[yaml] Configuration files installed in:
- 1785.87 s
[yaml] /nix/store/caw5ca8rqk841f6vpqjx1rw2dk28hc5k-yaml-0.11.11.2/etc
- 1785.87 s
[yaml] No alex found
- 1785.87 s
[yaml] Using ar found on system at:
- 1785.87 s
[yaml] /nix/store/4dh4138m8gbp56kh63j2pwgsfhf5l8v7-binutils-wrapper-2.44/bin/ar
- 1785.87 s
[yaml] No c2hs found
- 1785.87 s
[yaml] No cpphs found
- 1785.87 s
[yaml] No doctest found
- 1785.87 s
[yaml] Using gcc version 14.3.0 given by user at:
- 1785.87 s
[yaml] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/gcc
- 1785.87 s
[yaml] Using ghc version 9.10.2 found on system at:
- 1785.87 s
[yaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/ghc
- 1785.87 s
[yaml] Using ghc-pkg version 9.10.2 found on system at:
- 1785.87 s
[yaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/ghc-pkg-9.10.2
- 1785.87 s
[yaml] No ghcjs found
- 1785.87 s
[yaml] No ghcjs-pkg found
- 1785.87 s
[yaml] No greencard found
- 1785.87 s
[yaml] Using haddock version 2.31.0 found on system at:
- 1785.87 s
[yaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/haddock-ghc-9.10.2
- 1785.87 s
[yaml] No happy found
- 1785.87 s
[yaml] Using haskell-suite found on system at: haskell-suite-dummy-location
- 1785.87 s
[yaml] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
- 1785.87 s
[yaml] No hmake found
- 1785.87 s
[yaml] Using hpc version 0.69 found on system at:
- 1785.87 s
[yaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/hpc-ghc-9.10.2
- 1785.87 s
[yaml] Using hsc2hs version 0.68.10 found on system at:
- 1785.87 s
[yaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
- 1785.87 s
[yaml] Using hscolour version 1.25 found on system at:
- 1785.87 s
[yaml] /nix/store/wl1yx9igq6gjd3f6jffh7vqdq56kvwyg-hscolour-1.25/bin/HsColour
- 1785.87 s
[yaml] No jhc found
- 1785.87 s
[yaml] Using ld found on system at:
- 1785.87 s
[yaml] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/ld
- 1785.87 s
[yaml] No pkg-config found
- 1785.87 s
[yaml] Using runghc version 9.10.2 found on system at:
- 1785.87 s
[yaml] /nix/store/7j8pfys7cx6khdw596cxh83z3b8dy734-ghc-9.10.2/bin/runghc-9.10.2
- 1785.87 s
[yaml] Using strip version 2.44 found on system at:
- 1785.87 s
[yaml] /nix/store/myvv172x2am72534zgn9wx0qp5amq6a8-gcc-wrapper-14.3.0/bin/strip
- 1785.87 s
[yaml] Using tar found on system at:
- 1785.87 s
[yaml] /nix/store/l5ibq1yp8m7jibzgqbmpc46hkcnvv8fq-gnutar-1.35/bin/tar
- 1785.87 s
[yaml] No uhc found
- 1786.02 s
[yaml] Phase: buildPhase
- 1786.09 s
[yaml] Preprocessing library for yaml-0.11.11.2...
- 1786.09 s
[yaml] Building library for yaml-0.11.11.2...
- 1786.36 s
[yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, dist/build/Data/Yaml/Internal.o, dist/build/Data/Yaml/Internal.dyn_o )
- 1788.14 s
[yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, dist/build/Data/Yaml/Include.o, dist/build/Data/Yaml/Include.dyn_o )
- 1788.30 s
[yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, dist/build/Data/Yaml/Builder.o, dist/build/Data/Yaml/Builder.dyn_o )
- 1788.37 s
[lsp-types] Preprocessing library for lsp-types-2.3.0.1...
- 1788.39 s
[yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, dist/build/Data/Yaml.o, dist/build/Data/Yaml.dyn_o )
- 1788.39 s
[yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, dist/build/Data/Yaml/Config.o, dist/build/Data/Yaml/Config.dyn_o )
- 1788.46 s
[lsp-types] Building library for lsp-types-2.3.0.1...
- 1788.58 s
[yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, dist/build/Data/Yaml/Aeson.o, dist/build/Data/Yaml/Aeson.dyn_o )
- 1788.58 s
[yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, dist/build/Data/Yaml/Parser.o, dist/build/Data/Yaml/Parser.dyn_o )
- 1788.58 s
[yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, dist/build/Data/Yaml/Pretty.o, dist/build/Data/Yaml/Pretty.dyn_o )
- 1788.58 s
[yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, dist/build/Data/Yaml/TH.o, dist/build/Data/Yaml/TH.dyn_o )
- 1788.58 s
[yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, dist/build/Paths_yaml.o, dist/build/Paths_yaml.dyn_o )
- 1788.98 s
[lsp-types] [ 1 of 452] Compiling Data.IxMap ( src/Data/IxMap.hs, dist/build/Data/IxMap.o, dist/build/Data/IxMap.dyn_o )
- 1789.01 s
[yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, dist/build/Data/Yaml/Internal.p_o )
- 1789.19 s
[lsp-types] [ 2 of 452] Compiling Data.Row.Hashable ( src/Data/Row/Hashable.hs, dist/build/Data/Row/Hashable.o, dist/build/Data/Row/Hashable.dyn_o )
- 1789.19 s
[lsp-types] [ 3 of 452] Compiling Language.LSP.Protocol.Message.Meta ( src/Language/LSP/Protocol/Message/Meta.hs, dist/build/Language/LSP/Protocol/Message/Meta.o, dist/build/Language/LSP/Protocol/Message/Meta.dyn_o )
- 1789.19 s
[lsp-types] [ 4 of 452] Compiling Language.LSP.Protocol.Types.LspEnum ( src/Language/LSP/Protocol/Types/LspEnum.hs, dist/build/Language/LSP/Protocol/Types/LspEnum.o, dist/build/Language/LSP/Protocol/Types/LspEnum.dyn_o )
- 1789.48 s
[lsp-types] [ 5 of 452] Compiling Language.LSP.Protocol.Types.Singletons ( src/Language/LSP/Protocol/Types/Singletons.hs, dist/build/Language/LSP/Protocol/Types/Singletons.o, dist/build/Language/LSP/Protocol/Types/Singletons.dyn_o )
- 1789.62 s
[lsp-types] [ 6 of 452] Compiling Language.LSP.Protocol.Types.Uri ( src/Language/LSP/Protocol/Types/Uri.hs, dist/build/Language/LSP/Protocol/Types/Uri.o, dist/build/Language/LSP/Protocol/Types/Uri.dyn_o )
- 1789.86 s
[lsp-types] [ 7 of 452] Compiling Language.LSP.Protocol.Types.Uri.OsPath ( src/Language/LSP/Protocol/Types/Uri/OsPath.hs, dist/build/Language/LSP/Protocol/Types/Uri/OsPath.o, dist/build/Language/LSP/Protocol/Types/Uri/OsPath.dyn_o )
- 1789.91 s
[lsp-types] [ 8 of 452] Compiling Language.LSP.Protocol.Utils.Misc ( src/Language/LSP/Protocol/Utils/Misc.hs, dist/build/Language/LSP/Protocol/Utils/Misc.o, dist/build/Language/LSP/Protocol/Utils/Misc.dyn_o )
- 1789.91 s
[lsp-types] src/Language/LSP/Protocol/Utils/Misc.hs:24:1: warning: [GHC-66111] [-Wunused-imports]
- 1789.91 s
[lsp-types] The import of ‘Data.List’ is redundant
- 1789.91 s
[lsp-types] except perhaps to import instances from ‘Data.List’
- 1789.91 s
[lsp-types] To import instances alone, use: import Data.List()
- 1789.91 s
[lsp-types] |
- 1789.91 s
[lsp-types] 24 | import Data.List hiding (group)
- 1789.91 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1789.91 s
[lsp-types]
- 1789.91 s
[lsp-types] [ 9 of 452] Compiling Language.LSP.Protocol.Types.Common ( src/Language/LSP/Protocol/Types/Common.hs, dist/build/Language/LSP/Protocol/Types/Common.o, dist/build/Language/LSP/Protocol/Types/Common.dyn_o )
- 1790.38 s
[conduit-extra] Documentation created: dist/doc/html/conduit-extra/,
- 1790.38 s
[conduit-extra] dist/doc/html/conduit-extra/conduit-extra.txt
- 1790.44 s
[conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.8...
- 1790.44 s
[conduit-extra] Phase: installPhase
- 1790.52 s
[conduit-extra] Installing library in /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/conduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF
- 1790.57 s
[lsp-types] [ 10 of 452] Compiling Data.Row.Aeson ( src/Data/Row/Aeson.hs, dist/build/Data/Row/Aeson.o, dist/build/Data/Row/Aeson.dyn_o )
- 1790.70 s
[yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, dist/build/Data/Yaml/Include.p_o )
- 1790.95 s
[conduit-extra] Phase: fixupPhase
- 1790.99 s
[conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8
- 1791.00 s
[conduit-extra] shrinking /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/libHSconduit-extra-1.3.8-K0Imbna4Qh7ErBAgll2QgF-ghc9.10.2.so
- 1791.02 s
[conduit-extra] checking for references to /build/ in /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8...
- 1791.05 s
[conduit-extra] patching script interpreter paths in /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8
- 1791.06 s
[conduit-extra] stripping (with command strip and flags -S -p) in /nix/store/vavlrgpwh3s5yk98zcxfk3v5njgnxdk8-conduit-extra-1.3.8/lib
- 1791.07 s
[yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, dist/build/Data/Yaml/Builder.p_o )
- 1791.17 s
[yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, dist/build/Data/Yaml.p_o )
- 1791.22 s
[ghc-lib-parser] Documentation created: dist/doc/html/ghc-lib-parser/,
- 1791.22 s
[ghc-lib-parser] dist/doc/html/ghc-lib-parser/ghc-lib-parser.txt
- 1791.27 s
[conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/3vk6a7gp7kb7pqbip08r4y9wqjz6hsf7-conduit-extra-1.3.8-doc
- 1791.28 s
[conduit-extra] checking for references to /build/ in /nix/store/3vk6a7gp7kb7pqbip08r4y9wqjz6hsf7-conduit-extra-1.3.8-doc...
- 1791.30 s
[yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, dist/build/Data/Yaml/Config.p_o )
- 1791.31 s
[conduit-extra] patching script interpreter paths in /nix/store/3vk6a7gp7kb7pqbip08r4y9wqjz6hsf7-conduit-extra-1.3.8-doc
- 1791.33 s
[ghc-lib-parser] haddockPhase completed in 5 minutes 8 seconds
- 1791.34 s
[ghc-lib-parser] Phase: installPhase
- 1791.46 s
Progress: 345 of 363 built (3 building), 555 of 555 downloaded from cache
- 1791.80 s
[yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, dist/build/Data/Yaml/Aeson.p_o )
- 1791.80 s
[yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, dist/build/Data/Yaml/Parser.p_o )
- 1791.80 s
[yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, dist/build/Data/Yaml/Pretty.p_o )
- 1791.80 s
[yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, dist/build/Data/Yaml/TH.p_o )
- 1791.80 s
[yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, dist/build/Paths_yaml.p_o )
- 1792.12 s
[ghc-lib-parser] Installing library in /nix/store/nvh4nmj01127ciqh2bm5dj6kxqarsy27-ghc-lib-parser-9.12.2.20250421/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-f986/ghc-lib-parser-9.12.2.20250421-HFJbktO4jSsIxht4lGqUdI
- 1795.09 s
[lsp-types] [ 11 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceUnchangedDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceUnchangedDocumentDiagnosticReport.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceUnchangedDocumentDiagnosticReport.dyn_o )
- 1795.71 s
[yaml] Preprocessing test suite 'spec' for yaml-0.11.11.2...
- 1795.71 s
[yaml] Building test suite 'spec' for yaml-0.11.11.2...
- 1795.88 s
[lsp-types] [ 12 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolRegistrationOptions.dyn_o )
- 1795.88 s
[lsp-types] [ 13 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolOptions.dyn_o )
- 1795.88 s
[lsp-types] [ 14 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersServerCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersServerCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersServerCapabilities.dyn_o )
- 1795.88 s
[lsp-types] [ 15 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFolder ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFolder.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFolder.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFolder.dyn_o )
- 1796.01 s
[yaml] [1 of 5] Compiling Data.Yaml.IncludeSpec ( test/Data/Yaml/IncludeSpec.hs, dist/build/spec/spec-tmp/Data/Yaml/IncludeSpec.o )
- 1797.19 s
[yaml] test/Data/Yaml/IncludeSpec.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
- 1797.19 s
[yaml] The import of ‘Data.Yaml’ is redundant
- 1797.19 s
[yaml] except perhaps to import instances from ‘Data.Yaml’
- 1797.19 s
[yaml] To import instances alone, use: import Data.Yaml()
- 1797.19 s
[yaml] |
- 1797.19 s
[yaml] 15 | import Data.Yaml (ParseException(InvalidYaml))
- 1797.19 s
[yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1797.19 s
[yaml]
- 1798.11 s
[yaml] [2 of 5] Compiling Data.Yaml.THSpec ( test/Data/Yaml/THSpec.hs, dist/build/spec/spec-tmp/Data/Yaml/THSpec.o )
- 1798.11 s
[yaml] [3 of 5] Compiling Data.YamlSpec ( test/Data/YamlSpec.hs, dist/build/spec/spec-tmp/Data/YamlSpec.o )
- 1798.11 s
[yaml] test/Data/YamlSpec.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
- 1798.11 s
[yaml] The import of ‘Data.String’ is redundant
- 1798.11 s
[yaml] except perhaps to import instances from ‘Data.String’
- 1798.11 s
[yaml] To import instances alone, use: import Data.String()
- 1798.11 s
[yaml] |
- 1798.11 s
[yaml] 46 | import Data.String (fromString)
- 1798.11 s
[yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1798.11 s
[yaml]
- 1798.11 s
[yaml] test/Data/YamlSpec.hs:52:1: warning: [GHC-66111] [-Wunused-imports]
- 1798.11 s
[yaml] The qualified import of ‘Data.HashMap.Strict’ is redundant
- 1798.11 s
[yaml] except perhaps to import instances from ‘Data.HashMap.Strict’
- 1798.11 s
[yaml] To import instances alone, use: import Data.HashMap.Strict()
- 1798.11 s
[yaml] |
- 1798.11 s
[yaml] 52 | import qualified Data.HashMap.Strict as HM
- 1798.11 s
[yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 1798.11 s
[yaml]
- 1798.11 s
[yaml] test/Data/YamlSpec.hs:61:1: warning: [GHC-40910] [-Wunused-top-binds]
- 1798.11 s
[yaml] Defined but not used: ‘toText’
- 1798.11 s
[yaml] |
- 1798.11 s
[yaml] 61 | toText = K.toText
- 1798.11 s
[yaml] | ^^^^^^
- 1798.11 s
[yaml]
- 1798.37 s
[lsp-types] [ 16 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersInitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersInitializeParams.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersInitializeParams.dyn_o )
- 1799.16 s
[lsp-types] [ 17 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersChangeEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersChangeEvent.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersChangeEvent.dyn_o )
- 1799.16 s
[lsp-types] [ 18 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressReport.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressReport.dyn_o )
- 1799.16 s
[lsp-types] [ 19 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressOptions.dyn_o )
- 1799.16 s
[lsp-types] [ 20 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressEnd.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressEnd.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressEnd.dyn_o )
- 1799.16 s
[lsp-types] [ 21 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressBegin.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressBegin.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressBegin.dyn_o )
- 1800.02 s
interrupted by the user