summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Ext/Debug.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Iface/Ext/Debug.hs')
-rw-r--r--compiler/GHC/Iface/Ext/Debug.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/GHC/Iface/Ext/Debug.hs b/compiler/GHC/Iface/Ext/Debug.hs
index b10b4c982c..ef63a3f4dc 100644
--- a/compiler/GHC/Iface/Ext/Debug.hs
+++ b/compiler/GHC/Iface/Ext/Debug.hs
@@ -1,9 +1,9 @@
+{-# LANGUAGE FlexibleContexts #-}
+{-# LANGUAGE OverloadedStrings #-}
+
{-
Functions to validate and check .hie file ASTs generated by GHC.
-}
-{-# LANGUAGE StandaloneDeriving #-}
-{-# LANGUAGE OverloadedStrings #-}
-{-# LANGUAGE FlexibleContexts #-}
module GHC.Iface.Ext.Debug where