diff options
-rw-r--r-- | Operations.hs | 4 | ||||
-rw-r--r-- | XMonad.hs | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Operations.hs b/Operations.hs index ec93cca..180a874 100644 --- a/Operations.hs +++ b/Operations.hs @@ -1,4 +1,6 @@ -{-# OPTIONS -fno-warn-orphans -fglasgow-exts #-} +{-# OPTIONS_GHC -fno-warn-orphans #-} +{-# LANGUAGE FlexibleInstances #-} + -- \^^ deriving Typeable -- -------------------------------------------------------------------------- -- | @@ -1,4 +1,5 @@ -{-# OPTIONS -fglasgow-exts #-} +{-# LANGUAGE FlexibleInstances #-} + ----------------------------------------------------------------------------- -- | -- Module : XMonad.hs |