summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-05-17 15:18:37 +0200
committerBen Gamari <ben@smart-cactus.org>2016-05-17 18:29:50 +0200
commita54d87a9e69746446adfe84a38d888861b3ec02b (patch)
tree45ff88fdac796be5105341f8e4dab0667e1b2501
parent931b3c74fe7cb772be6abc483f1811c7db552a2e (diff)
downloadhaskell-a54d87a9e69746446adfe84a38d888861b3ec02b.tar.gz
rules: Fix name of ghc-boot-th library
There was a missing `#`. Hadrian couldn't come soon enough.
-rw-r--r--rules/foreachLibrary.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/foreachLibrary.mk b/rules/foreachLibrary.mk
index d65533efa9..be79fccc52 100644
--- a/rules/foreachLibrary.mk
+++ b/rules/foreachLibrary.mk
@@ -38,7 +38,7 @@
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-th-#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 \