summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/Data/Binary/Get.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-04-06 13:57:19 +0000
committerhallgren <hallgren@chalmers.se>2011-04-06 13:57:19 +0000
commit00a08fb4fb2ede3219acd6c607be1b3e3e25b3d4 (patch)
treeb0da12351370936b82a3ec55a7a7ada7fccf2e8e /src/runtime/haskell/Data/Binary/Get.hs
parentb4e3e8c0fab88f595e17e664a3642dcde5745c22 (diff)
avoid warning from ghc-7.0
Warning: -fglasgow-exts is deprecated: Use individual extensions instead
Diffstat (limited to 'src/runtime/haskell/Data/Binary/Get.hs')
-rw-r--r--src/runtime/haskell/Data/Binary/Get.hs3
1 files changed, 1 insertions, 2 deletions
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
-----------------------------------------------------------------------------