diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-06-14 15:58:36 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-06-14 15:58:36 +0000 |
| commit | 1fa928516ce211cd810a5168dc768c1ad5b6528f (patch) | |
| tree | 5e78122ee6890909158d98d7f80311038d567470 /src/GF | |
| parent | 75a9ea71a27cba432286f0b14fe0be31edff5752 (diff) | |
Added OPTIONS_GHC -fglasgow-exts to files that use GHC extensions.
Diffstat (limited to 'src/GF')
| -rw-r--r-- | src/GF/Data/BacktrackM.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
