From 48081dc340cdb9fbedd03a4ab3df98a849c5c26b Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 14 Jun 2007 15:58:36 +0000 Subject: [PATCH] Added OPTIONS_GHC -fglasgow-exts to files that use GHC extensions. --- src/GF/Data/BacktrackM.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GF/Data/BacktrackM.hs b/src/GF/Data/BacktrackM.hs index 55a888857..790d11a83 100644 --- a/src/GF/Data/BacktrackM.hs +++ b/src/GF/Data/BacktrackM.hs @@ -12,7 +12,7 @@ -- Backtracking state monad, with r\/o environment ----------------------------------------------------------------------------- - +{-# OPTIONS_GHC -fglasgow-exts #-} module GF.Data.BacktrackM ( -- * the backtracking state monad BacktrackM, -- * controlling the monad