Unfortunately, Haste doesn't yet support GHC 7.10. It builds but does not boot since some basic GHC stuff still needs to be ported. There are also some changes that should be made to the compiler as well (pointers for instance, maybe IO and concurrency) to improve compatibility and reduce future porting work. Taking the opportunity to make these changes now, when we'll need to start the porting over from a clean slate anyway, is probably a good idea.
If anyone wants to help out, it'd be a very welcome contribution. If someone wants to take a stab at making the current Haste base boot with GHC 7.10 as a stopgap measure until the proper libraries can be ported I'd happily merge that work, but since we'll most likely be starting from a clean slate with the 7.10 libraries that will probably be more effort than it's worth.
/Anton