aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Layout/List.hs
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2022-04-24 20:34:51 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-04-24 20:34:51 -0600
commit72414e1732064079719b1f1021dc4badce654903 (patch)
tree0f2bcdf6074b6a8f696c53efb0a83bdd53460275 /src/Rahm/Desktop/Layout/List.hs
parent32a394483e5d8f571b27a70f9a7156cae1ed6180 (diff)
downloadrde-72414e1732064079719b1f1021dc4badce654903.tar.gz
rde-72414e1732064079719b1f1021dc4badce654903.tar.bz2
rde-72414e1732064079719b1f1021dc4badce654903.zip
Add R.D.StackSet as a replacement for StackSet.
Diffstat (limited to 'src/Rahm/Desktop/Layout/List.hs')
-rw-r--r--src/Rahm/Desktop/Layout/List.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rahm/Desktop/Layout/List.hs b/src/Rahm/Desktop/Layout/List.hs
index 77b53c9..d6ab6ba 100644
--- a/src/Rahm/Desktop/Layout/List.hs
+++ b/src/Rahm/Desktop/Layout/List.hs
@@ -30,7 +30,7 @@ import Data.Proxy
import Data.Void
import GHC.TypeLits
import XMonad
-import qualified XMonad.StackSet as W
+import qualified Rahm.Desktop.StackSet as W
-- Type-level lists. LNil is the final of the list. LCons contains a layout and a
-- tail.