I am following this tutorial webScrapper using HXT. I am using Stack here.
While adding dependency for MaybeT, it asked to:
Recommended action:
The solution for your concrete problem is switching from the outdated MaybeT package to the MaybeT
transformer offered by the transformers package in Control.Monad.Trans.Maybe.
That said, note that the version mismatch involves base. If you actually needed to use the MaybeT package, you would have to switch the Stack resolver to a snapshot such as lts-6.26, which uses base-4.8 or below (i.e. GHC 7.10.3 or below). base versions are coupled to GHC versions, and everything else depends on base, so there is no easy way of switching just base to an older version, as it might be possible, given some luck, with other packages.