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 ++++ 1 file changed, 4 insertions(+) create mode 100644 XMonad/Layout/ThreeColumnsMiddle.hs (limited to 'XMonad/Layout') 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)) -- cgit v1.2.3