1
0
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:
hallgren
2011-04-06 13:43:29 +00:00
parent 75e401d1a7
commit b4e3e8c0fa

View File

@@ -1,5 +1,4 @@
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fglasgow-exts #-}
{-# LANGUAGE CPP, MagicHash #-}
-- for unboxed shifts
-----------------------------------------------------------------------------