forked from GitHub/gf-core
avoid warning from ghc-7.0
Warning: -fglasgow-exts is deprecated: Use individual extensions instead
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
-- Backtracking state monad, with r\/o environment
|
-- Backtracking state monad, with r\/o environment
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
{-# OPTIONS_GHC -fglasgow-exts #-}
|
{-# LANGUAGE Rank2Types, MultiParamTypeClasses, FlexibleInstances #-}
|
||||||
module GF.Data.BacktrackM (
|
module GF.Data.BacktrackM (
|
||||||
-- * the backtracking state monad
|
-- * the backtracking state monad
|
||||||
BacktrackM,
|
BacktrackM,
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{-# LANGUAGE CPP #-}
|
{-# LANGUAGE CPP, MagicHash #-}
|
||||||
{-# OPTIONS_GHC -fglasgow-exts #-}
|
|
||||||
-- for unboxed shifts
|
-- for unboxed shifts
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user