[commit: ghc] ghc-8.0: rules: Fix name of ghc-boot-th library (a5b3a6a)
git at git.haskell.org
git at git.haskell.org
Tue May 17 17:33:27 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/a5b3a6acb3b627f5527a0404ba281082e4475888/ghc
>---------------------------------------------------------------
commit a5b3a6acb3b627f5527a0404ba281082e4475888
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.
(cherry picked from commit a54d87a9e69746446adfe84a38d888861b3ec02b)
>---------------------------------------------------------------
a5b3a6acb3b627f5527a0404ba281082e4475888
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