[commit: ghc] master: Drop redundant LANGUAGE pragmas (1965202)
git at git.haskell.org
git at git.haskell.org
Sat Mar 7 10:09:22 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1965202febe27949a027dea90c0f0040fd9236e7/ghc
>---------------------------------------------------------------
commit 1965202febe27949a027dea90c0f0040fd9236e7
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Mar 7 11:08:01 2015 +0100
Drop redundant LANGUAGE pragmas
Due to refactoring & cleanups those pragmas have become redundant by now
>---------------------------------------------------------------
1965202febe27949a027dea90c0f0040fd9236e7
libraries/base/Prelude.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/Prelude.hs b/libraries/base/Prelude.hs
index fd439b5..d1dc1a4 100644
--- a/libraries/base/Prelude.hs
+++ b/libraries/base/Prelude.hs
@@ -1,5 +1,5 @@
{-# LANGUAGE Trustworthy #-}
-{-# LANGUAGE CPP, NoImplicitPrelude, BangPatterns #-}
+{-# LANGUAGE NoImplicitPrelude #-}
-----------------------------------------------------------------------------
-- |
More information about the ghc-commits
mailing list