A patch for X.A.GroupNavigation to not rely on containers 0.3.0.0

Hi folks, I'm attaching a patch that implements the two problematic functions Seq.filter and Seq.breakl in X.A.GroupNavigation from scratch. So this should compile also on a vanilla ghc < 6.12. Since I only have ghc 6.12, I wasn't able to test whether this compiles with ghc < 6.12, only that the module still works. Cheers, Norbert

This 1-patch bundle was just applied to http://code.haskell.org/XMonadContrib:
20100514222153 Norbert Zeh

* On Friday, May 14 2010, Norbert Zeh wrote:
Hi folks,
I'm attaching a patch that implements the two problematic functions Seq.filter and Seq.breakl in X.A.GroupNavigation from scratch. So this should compile also on a vanilla ghc < 6.12. Since I only have ghc 6.12, I wasn't able to test whether this compiles with ghc < 6.12, only that the module still works.
Cheers, Norbert
I've applied this: it's not sensible to leave the repo broken, as it's apparent that such doesn't elicit any more responses. Patches can still be rolled back if some other solution turns out to be preferable. For reference, you can install containers-0.2.0.1 on ghc-6.12 (some dependencies need to be adjusted), and then check with: ] ghci XMonad/Actions/GroupNavigation.hs -package containers-0.2.0.1 This can work for most libraries, though some dependencies may need recompiling to use the same versions. -- Adam

vogt.adam:
* On Friday, May 14 2010, Norbert Zeh wrote:
Hi folks,
I'm attaching a patch that implements the two problematic functions Seq.filter and Seq.breakl in X.A.GroupNavigation from scratch. So this should compile also on a vanilla ghc < 6.12. Since I only have ghc 6.12, I wasn't able to test whether this compiles with ghc < 6.12, only that the module still works.
Cheers, Norbert
I've applied this: it's not sensible to leave the repo broken, as it's apparent that such doesn't elicit any more responses. Patches can still be rolled back if some other solution turns out to be preferable.
Thanks.
participants (4)
-
Adam Vogt
-
darcswatch@nomeata.de
-
Don Stewart
-
Norbert Zeh