Building benchmark 'bench' for xlsx-1.2.0...
[1 of 1] Compiling Main
/home/curators/work/unpack-dir/unpacked/xlsx-1.2.0-eb282a0c9498eaaab4c1fcef4f060f5cf3ddb059ce83b0cb10882edbac9a6bb7/benchmarks/Main.hs:41:71: error: [GHC-83865]
• Couldn't match type: C.ConduitT i0 Row m0 ()
with: [(text-2.1.2:Data.Text.Internal.Text,
C.ConduitT () Row IO ())]
Expected: [(text-2.1.2:Data.Text.Internal.Text,
C.ConduitT () Row IO ())]
Actual: C.ConduitT
i0
(mono-traversable-1.0.21.0:Data.MonoTraversable.Element [Row])
m0
()
• In the second argument of ‘($)’, namely
‘C.yieldMany $ view si_row <$> items’
In the first argument of ‘void’, namely
‘(writeXlsxWithSharedStrings defaultSettings mempty
$ C.yieldMany $ view si_row <$> items)’
In the first argument of ‘(C..|)’, namely
‘void
(writeXlsxWithSharedStrings defaultSettings mempty
$ C.yieldMany $ view si_row <$> items)’
|
41 | void (writeXlsxWithSharedStrings defaultSettings mempty $ C.yieldMany $ view si_row <$> items)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^