aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2010-04-29 16:07:44 +0200
committerAdam Vogt <vogt.adam@gmail.com>2010-04-29 16:07:44 +0200
commit4ed29bbe84dc03542d8ceac1ce1bbf7939746090 (patch)
tree689a285a624367f7bf01090ceacc24ae40a17edd
parent16b75c661c1863c23258cf1f32b5a86e8b58b688 (diff)
downloadXMonadContrib-4ed29bbe84dc03542d8ceac1ce1bbf7939746090.tar.gz
XMonadContrib-4ed29bbe84dc03542d8ceac1ce1bbf7939746090.tar.xz
XMonadContrib-4ed29bbe84dc03542d8ceac1ce1bbf7939746090.zip
Move Util.Font to .hs, and enable -XCPP
Ignore-this: 1e60993426bf8e146c9440e2dbb0f764 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. darcs-hash:20100429140744-1499c-f99857787b7dfb1e80976e23dcb6dc58ef0c024e.gz
-rw-r--r--XMonad/Util/Font.hs (renamed from XMonad/Util/Font.hsc)1
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Util/Font.hsc b/XMonad/Util/Font.hs
index a4e2b32..725c443 100644
--- a/XMonad/Util/Font.hsc
+++ b/XMonad/Util/Font.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
----------------------------------------------------------------------------
-- |
-- Module : XMonad.Util.Font