summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Runnable.hs2
-rw-r--r--Runnable.hs-boot2
-rw-r--r--Xmobar.hs1
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
diff --git a/Xmobar.hs b/Xmobar.hs
index 5abdf86..671741d 100644
--- a/Xmobar.hs
+++ b/Xmobar.hs
@@ -1,4 +1,3 @@
-{-# OPTIONS -fglasgow-exts #-}
-----------------------------------------------------------------------------
-- |
-- Module : Xmobar