[commit: packages/ghc-prim] master: Add overlooked language extensions to `IntWord64.hs` (3a0a558)

git at git.haskell.org git at git.haskell.org
Sun Oct 27 15:33:47 UTC 2013


Repository : ssh://git@git.haskell.org/ghc-prim

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3a0a55861bcd9c20f33c468d51e65065fdd83c5f/ghc-prim

>---------------------------------------------------------------

commit 3a0a55861bcd9c20f33c468d51e65065fdd83c5f
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Oct 27 16:29:28 2013 +0100

    Add overlooked language extensions to `IntWord64.hs`
    
    This was overseen in b07b88e5d5c3ccd1508b235688f751408636c49e
    as the extensions are only needed when compiling for 32-bit archs.
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


>---------------------------------------------------------------

3a0a55861bcd9c20f33c468d51e65065fdd83c5f
 GHC/IntWord64.hs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GHC/IntWord64.hs b/GHC/IntWord64.hs
index 7dd5b02..a8ca8c4 100644
--- a/GHC/IntWord64.hs
+++ b/GHC/IntWord64.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, NoImplicitPrelude #-}
+{-# LANGUAGE CPP, MagicHash, NoImplicitPrelude, UnliftedFFITypes #-}
 {-# OPTIONS_HADDOCK hide #-}
 -----------------------------------------------------------------------------
 -- |



More information about the ghc-commits mailing list