[commit: ghc] master: Remove unused language pragma (7d1909a)

git at git.haskell.org git at git.haskell.org
Tue Jul 25 15:24:17 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7d1909ad110f05c8cb2fb0689ee75857ceb945f6/ghc

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

commit 7d1909ad110f05c8cb2fb0689ee75857ceb945f6
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Tue Jul 25 16:23:31 2017 +0100

    Remove unused language pragma


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

7d1909ad110f05c8cb2fb0689ee75857ceb945f6
 compiler/utils/Outputable.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/utils/Outputable.hs b/compiler/utils/Outputable.hs
index 4107e5b..be5930e 100644
--- a/compiler/utils/Outputable.hs
+++ b/compiler/utils/Outputable.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, ImplicitParams #-}
+{-# LANGUAGE CPP #-}
 {-
 (c) The University of Glasgow 2006-2012
 (c) The GRASP Project, Glasgow University, 1992-1998



More information about the ghc-commits mailing list