On Sun, Jun 23, 2013 at 9:48 AM, Iustin Pop <ius...@debian.org> wrote:
> On Sat, Jun 22, 2013 at 06:52:38PM -0400, Ben Lipton wrote: > > > > htools/Ganeti/HTools/ExtLoader.hs:56:15: Not in scope: `catch' > > > > make[2]: *** [htools/htools] Error 1 > > > > > > > This seems to be a result of the removal of catch from the prelude, which > > apparently happened in ghc 7.6.1: > > > http://www.haskell.org/ghc/docs/7.6.1/html/users_guide/release-7-6-1.html#id9281134 > > > > My attempt at patching this is attached. > > FYI, no need for this. Experimental already has 2.6.2-2 with this fixed, > it should only be a matter of migrating 2.6 from experimental to sid. > > regards, > iustin > Ah, thanks. I thought that might be the case; I mainly worked on this as a learning experience, but then thought I should share in case it would save someone some time. Ben