.../csv-conduit-0.7.0.0/src/Data/CSV/Conduit/Conversion.hs:754:5: error:
`fail' is not a (visible) method of class `Monad'
|
754 | fail msg = Parser $ \kf _ks -> kf msg
| ^^^^
.../csv-conduit-0.7.0.0/src/Data/CSV/Conduit/Conversion.hs:755:16: error:
The INLINE pragma for `fail' lacks an accompanying binding
(The INLINE pragma must be given where `fail' is declared)
|
755 | {-# INLINE fail #-}
| ^^^^
This fixes the following errors: