diff options
Diffstat (limited to 'MosaicAlt.hs')
-rw-r--r-- | MosaicAlt.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MosaicAlt.hs b/MosaicAlt.hs index a5308e3..73e4f46 100644 --- a/MosaicAlt.hs +++ b/MosaicAlt.hs @@ -1,4 +1,6 @@ -{-# OPTIONS -fglasgow-exts #-} +{-# OPTIONS_GHC -fglasgow-exts #-} -- For deriving Data/Typeable +{-# LANGUAGE GeneralizedNewtypeDeriving, MultiParamTypeClasses, TypeSynonymInstances #-} + ----------------------------------------------------------------------------- -- | -- Module : XMonadContrib.MosaicAlt |