[commit: ghc] master: GHCi.Run: Remove redundant language pragma (8946ee6)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 12:31:36 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8946ee6de770411f185007a2853c290a9a021638/ghc
>---------------------------------------------------------------
commit 8946ee6de770411f185007a2853c290a9a021638
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Dec 18 11:56:37 2015 +0100
GHCi.Run: Remove redundant language pragma
>---------------------------------------------------------------
8946ee6de770411f185007a2853c290a9a021638
libraries/ghci/GHCi/Run.hs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libraries/ghci/GHCi/Run.hs b/libraries/ghci/GHCi/Run.hs
index 69f82db..fc142a2 100644
--- a/libraries/ghci/GHCi/Run.hs
+++ b/libraries/ghci/GHCi/Run.hs
@@ -1,5 +1,4 @@
-{-# LANGUAGE GADTs, RecordWildCards, UnboxedTuples, MagicHash,
- ScopedTypeVariables #-}
+{-# LANGUAGE GADTs, RecordWildCards, MagicHash, ScopedTypeVariables #-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
-- |
More information about the ghc-commits
mailing list