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

Add ghc-boot-th to rules/foreachLibrary

This may have been the cause of various build failures on FreeBSD and
Solaris.

(cherry picked from commit 770d7085)
parent 76177935
No related merge requests found
......@@ -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 \
......
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