From 2e7e9b6565b9b602a00d0f2d42ebda9985478593 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 23 Nov 2022 00:38:10 -0700 Subject: Remove more unused imports. GHC left some of the unused imports as `import X ()` --- src/Rahm/Desktop/Layout/Redescribe.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Rahm/Desktop/Layout/Redescribe.hs') diff --git a/src/Rahm/Desktop/Layout/Redescribe.hs b/src/Rahm/Desktop/Layout/Redescribe.hs index 4a1a918..e65fd69 100644 --- a/src/Rahm/Desktop/Layout/Redescribe.hs +++ b/src/Rahm/Desktop/Layout/Redescribe.hs @@ -3,7 +3,6 @@ -- to generate the new description. module Rahm.Desktop.Layout.Redescribe where -import Data.Typeable () import qualified Rahm.Desktop.StackSet as W ( Workspace (Workspace), ) -- cgit