From d410096621b6ce047b8cd7b129126782d522cb52 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Sat, 25 Apr 2009 18:17:10 +0200 Subject: Export ThreeColMid from L.ThreeColumnsMiddle Ignore-this: f08d23d108ae9aa4ad176fd9dd275409 The configs that import it should continue to work with this module, though the type of the ThreeColMid constructor is now ThreeCol (previously ThreeColMid). darcs-hash:20090425161710-1499c-ae7237772224e9e01a907996b055f486848a0eea.gz --- XMonad/Layout/ThreeColumnsMiddle.hs | 4 ++++ xmonad-contrib.cabal | 1 + 2 files changed, 5 insertions(+) create mode 100644 XMonad/Layout/ThreeColumnsMiddle.hs diff --git a/XMonad/Layout/ThreeColumnsMiddle.hs b/XMonad/Layout/ThreeColumnsMiddle.hs new file mode 100644 index 0000000..e7f244c --- /dev/null +++ b/XMonad/Layout/ThreeColumnsMiddle.hs @@ -0,0 +1,4 @@ +module XMonad.Layout.ThreeColumnsMiddle {-# DEPRECATED "Import XMonad.Layout.ThreeColumns instead" #-} + (module XMonad.Layout.ThreeColumns) where + +import XMonad.Layout.ThreeColumns (ThreeCol(ThreeColMid)) diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 5ed85aa..d6e7be2 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -179,6 +179,7 @@ library XMonad.Layout.Tabbed XMonad.Layout.TabBarDecoration XMonad.Layout.ThreeColumns + XMonad.Layout.ThreeColumnsMiddle XMonad.Layout.ToggleLayouts XMonad.Layout.TwoPane XMonad.Layout.WindowArranger -- cgit v1.2.3