[commit: ghc] master: rules: Fix name of ghc-boot-th library (a54d87a)
git at git.haskell.org
git at git.haskell.org
Tue May 17 16:26:33 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a54d87a9e69746446adfe84a38d888861b3ec02b/ghc
>---------------------------------------------------------------
commit a54d87a9e69746446adfe84a38d888861b3ec02b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue May 17 15:18:37 2016 +0200
rules: Fix name of ghc-boot-th library
There was a missing `#`. Hadrian couldn't come soon enough.
>---------------------------------------------------------------
a54d87a9e69746446adfe84a38d888861b3ec02b
rules/foreachLibrary.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/foreachLibrary.mk b/rules/foreachLibrary.mk
index d65533e..be79fcc 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 \
More information about the ghc-commits
mailing list