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-10-09 12:19:46 -0600
commit8e2cb3d0e92dd8c09233705471f87d4d582eedfe (patch)
tree0f2bcdf6074b6a8f696c53efb0a83bdd53460275 /src/Rahm/Desktop/Layout/List.hs
parent92deb70d1268317e3b80c8c28e0358f0c9064f3e (diff)
downloadrde-8e2cb3d0e92dd8c09233705471f87d4d582eedfe.tar.gz
rde-8e2cb3d0e92dd8c09233705471f87d4d582eedfe.tar.bz2
rde-8e2cb3d0e92dd8c09233705471f87d4d582eedfe.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.