Note that these changes have already been applied in the most recent darcs
version.
Post by Carlos López-CameyThe fix turned easy. I am attaching a tarball created with `cabal sdist`
The process: I couldn't find any darcs tags greater than 0.11 in the
repository, so I downloaded the xmonad-contrib-0.11.4 tarball from haddock
and changed it until compiled. Here is the darcs-whatsnew
hunk ./XMonad/Hooks/DebugEvents.hs 34
+import Control.Applicative
hunk ./XMonad/Util/Invisible.hs 25
+import Control.Applicative
hunk ./xmonad-contrib.cabal 37
-tested-with: GHC == 7.8.2, GHC==7.6.2, GHC==7.4.1, GHC==7.2.1,
GHC==7.0.4
+tested-with: GHC == 7.8.2, GHC==7.6.3, GHC==7.4.1, GHC==7.2.1,
GHC==7.0.4
https://hackage.haskell.org/package/xmonad-contrib-0.11.4/reports/1. --
Cheers
Post by Brandon AllberyPost by Carlos López-CameyFwiw, xmonad-contrib 0.11.4 (hackage version) doesnt compile with ghc
7.6.3 (ubuntu version). I would like to work on a patch for a possible
0.11.5.. is this something we'd want?
I think it should either be fixed or get a constraint on "base" so that
it won't try to build on versions before 7.10.1. Preferably the former.
--
brandon s allbery kf8nh sine nomine associates
unix, openafs, kerberos, infrastructure, xmonad
http://sinenomine.net
_______________________________________________
xmonad mailing list
http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad