aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Layout
diff options
context:
space:
mode:
Diffstat (limited to 'src/Rahm/Desktop/Layout')
-rw-r--r--src/Rahm/Desktop/Layout/Draw.hs (renamed from src/Rahm/Desktop/Layout/LayoutDraw.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rahm/Desktop/Layout/LayoutDraw.hs b/src/Rahm/Desktop/Layout/Draw.hs
index 7e628fc..e68bb17 100644
--- a/src/Rahm/Desktop/Layout/LayoutDraw.hs
+++ b/src/Rahm/Desktop/Layout/Draw.hs
@@ -1,6 +1,6 @@
{-# LANGUAGE FlexibleInstances, FlexibleContexts, MultiParamTypeClasses,
ScopedTypeVariables, BangPatterns #-}
-module Rahm.Desktop.Layout.LayoutDraw (drawLayout) where
+module Rahm.Desktop.Layout.Draw (drawLayout) where
import Control.Monad