summaryrefslogtreecommitdiff
path: root/hadrian/src/Rules/Library.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/src/Rules/Library.hs-boot')
-rw-r--r--hadrian/src/Rules/Library.hs-boot8
1 files changed, 8 insertions, 0 deletions
diff --git a/hadrian/src/Rules/Library.hs-boot b/hadrian/src/Rules/Library.hs-boot
new file mode 100644
index 0000000000..d516902c0a
--- /dev/null
+++ b/hadrian/src/Rules/Library.hs-boot
@@ -0,0 +1,8 @@
+module Rules.Library where
+
+import Base
+import Context
+
+-- Necessary for inter-dependence between Rules.Register and
+-- Rules.Library.
+needLibrary :: [Context] -> Action ()