From bedc069143307c2b81a0c54a69a461a01f30afa2 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Thu, 3 May 2007 21:42:21 +0000 Subject: [PATCH] Add -fglasgow-exts for pattern guards. Properties.hs doesn't complain anymore --- StackSet.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/StackSet.hs b/StackSet.hs index f34c215..7b47e06 100644 --- a/StackSet.hs +++ b/StackSet.hs @@ -1,3 +1,5 @@ +{-# OPTIONS -fglasgow-exts #-} + ----------------------------------------------------------------------------- -- | -- Module : StackSet