diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-08-23 13:21:41 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-08-23 13:21:41 +0200 |
commit | b66934e1630f2330dc4ed348575b29a510abf86e (patch) | |
tree | de3e10a12cb8a4f7a51015335add086b895d96ae /Runnable.hs-boot | |
parent | 867473126dcb798d6cb85b2a0b3db1ce4713381e (diff) | |
download | xmobar-b66934e1630f2330dc4ed348575b29a510abf86e.tar.gz xmobar-b66934e1630f2330dc4ed348575b29a510abf86e.tar.bz2 |
use LANGUAGE pragmas
darcs-hash:20080823112141-d6583-d7c93c87966239c721b1652d28e277c8d49083a7.gz
Diffstat (limited to 'Runnable.hs-boot')
-rw-r--r-- | Runnable.hs-boot | 2 |
1 files changed, 1 insertions, 1 deletions
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 |