either is currently
not deprecated because the move to a newer version of
transformers is a very slow process.
It is a ghc boot package, so most users of either currently can't upgrade it. We've yet to even get stackage able to use the new version of transformers, for instance.
ErrorT was deprecated very very quickly, so many users are stuck in a situation where they can't move off it, but can't clear the warnings on modern builds.
I've also had a number of users asking me explicitly not to remove it from the either package, either because they don't like the color of the new bikeshed, or because they need the existing style of instances and can't easily move. I'm somewhat dubious on that front, I personally think the right long term solution _is_ to consolidate behind ExceptT, when it has a wide enough installable user base that people can switch.
I have users I must support on GHC 7.4 who need to use ghc-api and so are locked into the version of transformers that ships with the compiler.
But as a result, I'm inclined to take things very slow with regards to any deprecation on the either side, rather than just randomly sow further confusion; the status quo is more one of deliberate inaction than neglect.
-Edward