From ad5277a1894e333d8848e6c487ecf2b0807f18ea Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Thu, 29 Apr 2010 14:07:44 +0000 Subject: [PATCH] Move Util.Font to .hs, and enable -XCPP As the CPP pass was the only feature being used in Font.hsc (no other FFI) it's better to avoid hsc2hs, if only to make the purpose of the module clearer from the filename. --- XMonad/Util/{Font.hsc => Font.hs} | 1 + 1 file changed, 1 insertion(+) rename XMonad/Util/{Font.hsc => Font.hs} (99%) diff --git a/XMonad/Util/Font.hsc b/XMonad/Util/Font.hs similarity index 99% rename from XMonad/Util/Font.hsc rename to XMonad/Util/Font.hs index a4e2b32b..725c4438 100644 --- a/XMonad/Util/Font.hsc +++ b/XMonad/Util/Font.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE CPP #-} ---------------------------------------------------------------------------- -- | -- Module : XMonad.Util.Font