
14 May
2010
14 May
'10
10:21 p.m.
Updates: Status: Fixed Comment #3 on issue 394 by vogt.adam: XMonad.Actions.GroupNavigation depends on ghc-6.12 http://code.google.com/p/xmonad/issues/detail?id=394 Fixed by: Sat May 15 00:21:53 CEST 2010 Norbert Zeh * X.A.GroupNavigation with containers < 0.3.0.0 compatibility This patch replaces the use of Seq.filter and Seq.breakl with two functions flt and brkl that do the same. This is necessary to keep compatibility with containers < 0.3.0.0 because Seq.filter and Seq.breakl were introduced only in containers 0.3.0.0.