From b66934e1630f2330dc4ed348575b29a510abf86e Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sat, 23 Aug 2008 13:21:41 +0200 Subject: use LANGUAGE pragmas darcs-hash:20080823112141-d6583-d7c93c87966239c721b1652d28e277c8d49083a7.gz --- Runnable.hs | 2 +- Runnable.hs-boot | 2 +- 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 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 -- cgit v1.2.3