[xmonad] 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 14:55:32 EDT 2010


Status: New
Owner: ----

New issue 394 by curolan.zebeth: XMonad.Actions.GroupNavigation depends on  
ghc-6.12
http://code.google.com/p/xmonad/issues/detail?id=394

What steps will reproduce the problem?
1. have ghc-6.10.2
2. update darcs
3. compile

XMonad.Actions.GroupNavigation, Seq.filter not in scope

Seq.filter is new in Data.Sequence from containers-0.3, which depends on
> =base-4.2, which is apparently ghc-6.12.

There should be at least a containers-0.3 dependency in the cabal file, and
preferrably a version of the code that doesn't require a compiler upgrade.



More information about the xmonad mailing list