summaryrefslogtreecommitdiff
path: root/compiler/utils/Outputable.hs
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2017-07-25 16:23:31 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2017-07-25 16:23:31 +0100
commit7d1909ad110f05c8cb2fb0689ee75857ceb945f6 (patch)
tree593f2e484f75d46042a62521a043bbf30bf119c1 /compiler/utils/Outputable.hs
parent104c72b38eea3622f050323404b0f827ee2ec53a (diff)
downloadhaskell-7d1909ad110f05c8cb2fb0689ee75857ceb945f6.tar.gz
Remove unused language pragma
Diffstat (limited to 'compiler/utils/Outputable.hs')
-rw-r--r--compiler/utils/Outputable.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/Outputable.hs b/compiler/utils/Outputable.hs
index 4107e5beef..be5930e7ba 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