What is the best way to get haskell’s extensible-exceptions library installed on stable? Is there a good way to install ghc6 > 6.10 , or a good way to use cabal to install the library?
(Alternatively, how can the haskell platform be installed on stable?)
Just for those checking backports now: there is no ghc6 backport.
I guess the approach I’m going to use for now is to build the binary using haskell on a Debian testing system. Binaries built with a newer ghc do run on stable.