summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2008-08-23 13:21:41 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2008-08-23 13:21:41 +0200
commitb66934e1630f2330dc4ed348575b29a510abf86e (patch)
treede3e10a12cb8a4f7a51015335add086b895d96ae
parent867473126dcb798d6cb85b2a0b3db1ce4713381e (diff)
downloadxmobar-b66934e1630f2330dc4ed348575b29a510abf86e.tar.gz
xmobar-b66934e1630f2330dc4ed348575b29a510abf86e.tar.bz2
use LANGUAGE pragmas
darcs-hash:20080823112141-d6583-d7c93c87966239c721b1652d28e277c8d49083a7.gz
-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