diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2017-07-25 17:08:15 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2017-07-25 17:08:15 +0100 |
commit | 36b270a94e689220c77ab49a863435dda6b60621 (patch) | |
tree | 5cffff8c5b52bbd029960f95d00876d71f4f07ef /compiler | |
parent | 7d1909ad110f05c8cb2fb0689ee75857ceb945f6 (diff) | |
download | haskell-36b270a94e689220c77ab49a863435dda6b60621.tar.gz |
Revert "Remove unused language pragma"
This reverts commit 7d1909ad110f05c8cb2fb0689ee75857ceb945f6.
It is actually used for Callstacks, woops!
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/utils/Outputable.hs | 2 |
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 |