diff options
| -rw-r--r-- | Runnable.hs | 2 | ||||
| -rw-r--r-- | Runnable.hs-boot | 2 | ||||
| -rw-r--r-- | Xmobar.hs | 1 | 
3 files changed, 2 insertions, 3 deletions
| diff --git a/Runnable.hs b/Runnable.hs index b6ed004..a672327 100644 --- a/Runnable.hs +++ b/Runnable.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fglasgow-exts #-} +{-# LANGUAGE ExistentialQuantification, MultiParamTypeClasses, FlexibleContexts, FlexibleInstances #-}  -----------------------------------------------------------------------------  -- |  -- Module      :  Xmobar.Runnable diff --git a/Runnable.hs-boot b/Runnable.hs-boot index 5d5fc18..eba90e6 100644 --- a/Runnable.hs-boot +++ b/Runnable.hs-boot @@ -1,4 +1,4 @@ -{-# OPTIONS -fglasgow-exts #-} +{-# LANGUAGE ExistentialQuantification  #-}  module Runnable where  import Commands @@ -1,4 +1,3 @@ -{-# OPTIONS -fglasgow-exts #-}  -----------------------------------------------------------------------------  -- |  -- Module      :  Xmobar | 
