Added OPTIONS_GHC -fglasgow-exts to files that use GHC extensions.

This commit is contained in:
bringert
2007-06-14 15:58:36 +00:00
parent 75a9ea71a2
commit 1fa928516c

View File

@@ -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