In Stackage Nightly failing to build with either-5:
Building library for objective-1.1.1..
[1 of 5] Compiling Control.Object.Object ( src/Control/Object/Object.hs, dist/build/Control/Object/Object.o )
src/Control/Object/Object.hs:183:29: warning: [-Wdeprecations]
In the use of ‘unbone’ (imported from Control.Monad.Skeleton):
Deprecated: "Use debone instead"
|
183 | cascadeObject obj sk = case unbone sk of
| ^^^^^^
[2 of 5] Compiling Control.Object.Mortal ( src/Control/Object/Mortal.hs, dist/build/Control/Object/Mortal.o )
src/Control/Object/Mortal.hs:32:1: error:
Could not find module ‘Control.Monad.Trans.Either’
Perhaps you meant
Control.Monad.Trans.Iter (from free-4.12.4)
Control.Monad.Trans.Writer (from transformers-0.5.2.0)
Control.Monad.Trans.Error (from transformers-0.5.2.0)
Use -v to see a list of the files searched for.
|
32 | import Control.Monad.Trans.Either
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
In Stackage Nightly failing to build with either-5: