diff options
Diffstat (limited to '')
-rw-r--r-- | Decoration.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Decoration.hs b/Decoration.hs index cbbe863..7ad124c 100644 --- a/Decoration.hs +++ b/Decoration.hs @@ -1,3 +1,4 @@ +{-# OPTIONS -fglasgow-exts #-} module XMonadContrib.Decoration ( newDecoration ) where import Data.Bits ( (.|.) ) |