summaryrefslogtreecommitdiff
path: root/compiler/main/Plugins.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/Plugins.hs-boot')
-rw-r--r--compiler/main/Plugins.hs-boot9
1 files changed, 9 insertions, 0 deletions
diff --git a/compiler/main/Plugins.hs-boot b/compiler/main/Plugins.hs-boot
new file mode 100644
index 0000000000..4ccd3d8402
--- /dev/null
+++ b/compiler/main/Plugins.hs-boot
@@ -0,0 +1,9 @@
+-- The plugins datatype is stored in DynFlags, so it needs to be
+-- exposed without importing all of its implementation.
+module Plugins where
+
+import GhcPrelude ()
+
+data Plugin
+
+data LoadedPlugin