From 62266ec33b38614a35967dec5b49ee10893ef9c6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 16 Sep 2015 02:35:41 +0200 Subject: Specify types for grid configs --- xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmonad.hs b/xmonad.hs index 3c610d7..f0cebc0 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -269,7 +269,7 @@ alexXPConfig = P.defaultXPConfig , P.height = 20 } -historyGridConfig :: HasColorizer a => GSConfig a +historyGridConfig :: GSConfig String historyGridConfig = defaultGSConfig { gs_cellheight = 50 , gs_cellwidth = 300 @@ -287,7 +287,7 @@ topicsGridConfig = defaultGSConfig | selected = return ("#839596", "#002b36") | otherwise = return ("#002b36", "#839496") -confirmConfig :: HasColorizer a => GSConfig a +confirmConfig :: GSConfig Bool confirmConfig = defaultGSConfig { gs_cellheight = 150 , gs_cellwidth = 300 -- cgit v1.2.3