diff --git a/CHANGES.md b/CHANGES.md index 8e0062b8..72d0fcef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ ### Breaking Changes + * Deprecated `XMonad.Layout.Cross` due to bitrot; refer to + `XMonad.Layout.Circle` and `XMonad.Layout.ThreeColumns` for + alternatives. + * Deprecated the `XMonad.Layout.StateFull` module and `XMonad.Layout.TrackFloating.(t|T)rackFloating` in favour of `XMonad.Layout.FocusTracking`. diff --git a/XMonad/Layout/Cross.hs b/XMonad/Layout/Cross.hs index 261b05d9..0c0260c3 100644 --- a/XMonad/Layout/Cross.hs +++ b/XMonad/Layout/Cross.hs @@ -12,7 +12,7 @@ -- -- A Cross Layout with the main window in the center. -- -module XMonad.Layout.Cross( +module XMonad.Layout.Cross {-# DEPRECATED "Use XMonad.Layout.Circle or XMonad.Layout.ThreeColumn.ThreeColMid instead" #-} ( -- * Usage -- $usage simpleCross