[commit: base] master: We need NegativeLiterals for GHC.Int or we get warnings (62d49c1)
Ian Lynagh
igloo at ghc.haskell.org
Wed Jul 31 21:11:09 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/62d49c106a143c3c38854176908d285af3f8d291
>---------------------------------------------------------------
commit 62d49c106a143c3c38854176908d285af3f8d291
Author: Ian Lynagh <ian at well-typed.com>
Date: Wed Jul 31 18:51:36 2013 +0100
We need NegativeLiterals for GHC.Int or we get warnings
>---------------------------------------------------------------
GHC/Int.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GHC/Int.hs b/GHC/Int.hs
index 206a25b..2cabb66 100644
--- a/GHC/Int.hs
+++ b/GHC/Int.hs
@@ -1,6 +1,6 @@
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE CPP, NoImplicitPrelude, BangPatterns, MagicHash, UnboxedTuples,
- StandaloneDeriving, DeriveDataTypeable #-}
+ StandaloneDeriving, DeriveDataTypeable, NegativeLiterals #-}
{-# OPTIONS_HADDOCK hide #-}
-----------------------------------------------------------------------------
More information about the ghc-commits
mailing list