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.
This commit is contained in:
Adam Vogt
2010-04-29 14:07:44 +00:00
parent d310cf5f69
commit ad5277a189

View File

@@ -1,3 +1,4 @@
{-# LANGUAGE CPP #-}
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-- | -- |
-- Module : XMonad.Util.Font -- Module : XMonad.Util.Font