Skip to content
Snippets Groups Projects
Commit a5b3a6ac authored by Ben Gamari's avatar Ben Gamari
Browse files

rules: Fix name of ghc-boot-th library

There was a missing `#`. Hadrian couldn't come soon enough.

(cherry picked from commit a54d87a9)
parent 78790013
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment