summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/foreachLibrary.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/foreachLibrary.mk b/rules/foreachLibrary.mk
index 1f44c9ec5f..d65533efa9 100644
--- a/rules/foreachLibrary.mk
+++ b/rules/foreachLibrary.mk
@@ -29,6 +29,7 @@
#
# - base
# - ghc-boot
+# - ghc-boot-th
# - ghc-prim
# - integer-gmp
# - integer-simple
@@ -37,7 +38,8 @@
define foreachLibrary
# $1 = function to call for each library
# We will give it the package path and the tag as arguments
-$$(foreach hashline,libraries/ghc-boot#-#no-remote-repo#no-vcs \
+$$(foreach hashline,libraries/ghc-boot-th-#no-remote-repo#no-vcs \
+ libraries/ghc-boot#-#no-remote-repo#no-vcs \
libraries/ghci#-#no-remote-repo#no-vcs \
libraries/base#-#no-remote-repo#no-vcs \
libraries/ghc-prim#-#no-remote-repo#no-vcs \