summaryrefslogtreecommitdiff
path: root/compiler/utils/Outputable.hs
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2017-07-25 17:08:15 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2017-07-25 17:08:15 +0100
commit36b270a94e689220c77ab49a863435dda6b60621 (patch)
tree5cffff8c5b52bbd029960f95d00876d71f4f07ef /compiler/utils/Outputable.hs
parent7d1909ad110f05c8cb2fb0689ee75857ceb945f6 (diff)
downloadhaskell-36b270a94e689220c77ab49a863435dda6b60621.tar.gz
Revert "Remove unused language pragma"
This reverts commit 7d1909ad110f05c8cb2fb0689ee75857ceb945f6. It is actually used for Callstacks, woops!
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 be5930e7ba..4107e5beef 100644
--- a/compiler/utils/Outputable.hs
+++ b/compiler/utils/Outputable.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP #-}
+{-# LANGUAGE CPP, ImplicitParams #-}
{-
(c) The University of Glasgow 2006-2012
(c) The GRASP Project, Glasgow University, 1992-1998