xmonad-contrib 0.11.2 → 0.11.3
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- XMonad/Layout/MultiToggle.hs +1/−1
- xmonad-contrib.cabal +2/−2
XMonad/Layout/MultiToggle.hs view
@@ -159,7 +159,7 @@ infixr 0 ?? -- | Prepend an element to a heterogeneous list. Used to build transformer -- tables for 'mkToggle'.-(??) :: (HList b w) => a -> b -> HCons a b+(??) :: a -> b -> HCons a b (??) = HCons -- | Construct a singleton transformer table.
xmonad-contrib.cabal view
@@ -1,5 +1,5 @@ name: xmonad-contrib-version: 0.11.2+version: 0.11.3 homepage: http://xmonad.org/ synopsis: Third party extensions for xmonad description:@@ -34,7 +34,7 @@ build-type: Simple bug-reports: http://code.google.com/p/xmonad/issues/list -tested-with: GHC==7.6.1+tested-with: GHC == 7.8.2, GHC==7.6.2, GHC==7.4.1, GHC==7.2.1, GHC==7.0.4 source-repository head type: darcs