Closed AleXoundOS closed 8 years ago
In fact ffmpeg-light uses not Control.Monad.Error directly, but Control.Monad.Error.Class. But it seems obvious that nested Control.Monad.Error.Class is deprecated as well. Control.Monad.Except seems to provide same functionality.
From Control.Monad.Error docs page:
Deprecated: Use Control.Monad.Except instead
Thanks for the report!
In fact ffmpeg-light uses not Control.Monad.Error directly, but Control.Monad.Error.Class. But it seems obvious that nested Control.Monad.Error.Class is deprecated as well. Control.Monad.Except seems to provide same functionality.
From Control.Monad.Error docs page: