From 00a08fb4fb2ede3219acd6c607be1b3e3e25b3d4 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 6 Apr 2011 13:57:19 +0000 Subject: avoid warning from ghc-7.0 Warning: -fglasgow-exts is deprecated: Use individual extensions instead --- src/runtime/haskell/Data/Binary/Get.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/runtime/haskell/Data/Binary') diff --git a/src/runtime/haskell/Data/Binary/Get.hs b/src/runtime/haskell/Data/Binary/Get.hs index 51062ad31..728720b3e 100644 --- a/src/runtime/haskell/Data/Binary/Get.hs +++ b/src/runtime/haskell/Data/Binary/Get.hs @@ -1,5 +1,4 @@ -{-# LANGUAGE CPP #-} -{-# OPTIONS_GHC -fglasgow-exts #-} +{-# LANGUAGE CPP, MagicHash #-} -- for unboxed shifts ----------------------------------------------------------------------------- -- cgit v1.2.3