diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-12-18 11:56:37 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-18 13:31:47 +0100 |
commit | 8946ee6de770411f185007a2853c290a9a021638 (patch) | |
tree | 8e4db88807b542c3f37d9441d890eaf5256b2828 /libraries/ghci | |
parent | ed3bfca27c8b5a639875a803c7c86b75d70420ff (diff) | |
download | haskell-8946ee6de770411f185007a2853c290a9a021638.tar.gz |
GHCi.Run: Remove redundant language pragma
Diffstat (limited to 'libraries/ghci')
-rw-r--r-- | libraries/ghci/GHCi/Run.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/ghci/GHCi/Run.hs b/libraries/ghci/GHCi/Run.hs index 69f82db689..fc142a2043 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 #-} -- | |