[xmonad] Re: Issue 350 in xmonad: Investigate using Dyre for xmonad configuration

codesite-noreply at google.com codesite-noreply at google.com
Tue Dec 15 15:32:11 EST 2009


Comment #4 on issue 350 by gwern0: Investigate using Dyre for xmonad  
configuration
http://code.google.com/p/xmonad/issues/detail?id=350

I doubt it would be too difficult to get dyre to support base-3. I did a  
quick
dyre.cabal edit to

diff --git a/dyre.cabal b/dyre.cabal
index 8a6c395..c11e659 100644
--- a/dyre.cabal
+++ b/dyre.cabal
@@ -41,7 +41,7 @@ library
                     Config.Dyre.Options,
                     Config.Dyre.Compile,
                     Config.Dyre.Relaunch
-  build-depends:   base >= 4 && < 5, process, filepath,
+  build-depends:   base < 4, process, filepath,
                     directory, ghc-paths, old-time, binary,
                     executable-path, xdg-basedir, io-storage

and with my GHC 6.10.2 worked fine

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the xmonad mailing list