[xmonad] Re: Issue 394 in xmonad: XMonad.Actions.GroupNavigation depends on ghc-6.12

codesite-noreply at google.com codesite-noreply at google.com
Fri May 14 22:21:51 EDT 2010


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.



More information about the xmonad mailing list