aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorDevin Mullins <devinmullins@gmail.com>2014-09-14 08:48:28 +0200
committerDevin Mullins <devinmullins@gmail.com>2014-09-14 08:48:28 +0200
commit0e15f95573b46f5cd0ffe8c701de1bb72aae15ff (patch)
tree0ba0ce375f7ff1564335daf8a1607da93451c34c /xmonad-contrib.cabal
parent3fa72e4522e05c0d55c55d396f37d971153540be (diff)
downloadXMonadContrib-0e15f95573b46f5cd0ffe8c701de1bb72aae15ff.tar.gz
XMonadContrib-0e15f95573b46f5cd0ffe8c701de1bb72aae15ff.tar.xz
XMonadContrib-0e15f95573b46f5cd0ffe8c701de1bb72aae15ff.zip
XMonad.Config.Prime, a do-notation for config
Ignore-this: f7397aa6e6efe5d76acebfa22c567baa Note that the use of RebindableSyntax is because of the need to vary the layoutHook type throughout the config. The alternative, using the existential Layout type, was rejected because it required TemplateHaskell in order to look nice, and TemplateHaskell is not portable. I've tried to make a version of (>>) that also worked on normal monads, but have had no luck as of yet. Maybe some intrepid soul can add it later. darcs-hash:20140914064828-c7120-fbf2746080bb2410b2b70da290fd50eefd49435d.gz
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index dde2493..9fdf16f 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -153,6 +153,7 @@ library
XMonad.Config.Gnome
XMonad.Config.Kde
XMonad.Config.Mate
+ XMonad.Config.Prime
XMonad.Config.Sjanssen
XMonad.Config.Xfce
XMonad.Hooks.CurrentWorkspaceOnTop