From 631636cdf9cad9bef46aad384d1251572d65d935 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Fri, 28 Sep 2007 20:14:38 +0200 Subject: Use LANGUAGE pragmas over -fglasgow-exts darcs-hash:20070928181438-a5988-27614325d7707fe5574f47113faa372fdec98791.gz --- Operations.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Operations.hs') diff --git a/Operations.hs b/Operations.hs index ec93cca..180a874 100644 --- a/Operations.hs +++ b/Operations.hs @@ -1,4 +1,6 @@ -{-# OPTIONS -fno-warn-orphans -fglasgow-exts #-} +{-# OPTIONS_GHC -fno-warn-orphans #-} +{-# LANGUAGE FlexibleInstances #-} + -- \^^ deriving Typeable -- -------------------------------------------------------------------------- -- | -- cgit v1.2.3