aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2022-04-10 13:51:43 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-04-10 13:51:43 -0600
commit49f20ca3391ca713c021fdf15bf9db3fe54f18f6 (patch)
treeebcf681084eeac0a2c0691c2afca622a7dd8dc3b /src/Main.hs
parentfada61902291aeb29914fff288301a8c487c4ecd (diff)
downloadrde-49f20ca3391ca713c021fdf15bf9db3fe54f18f6.tar.gz
rde-49f20ca3391ca713c021fdf15bf9db3fe54f18f6.tar.bz2
rde-49f20ca3391ca713c021fdf15bf9db3fe54f18f6.zip
More refactoring. Started breaking up Layout. Moved Language extensions into stack file.
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index c8cdd19..86b6fc8 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -16,7 +16,7 @@ import Rahm.Desktop.Swallow
import Rahm.Desktop.Windows
import Rahm.Desktop.XMobarLog
import Rahm.Desktop.Keys
-import Rahm.Desktop.Layout
+import Rahm.Desktop.Layout.Layout
import Rahm.Desktop.Logger
import Rahm.Desktop.DMenu (menuCommandString)
import Rahm.Desktop.RebindKeys