diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-17 09:53:00 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-17 11:07:51 +0200 |
commit | 770d7085d6e3f3e74e3ffe318aeaf135cf3aea72 (patch) | |
tree | aa76a8bf1effbd490f5f04ac158a6b0385b102a3 /rules | |
parent | 4a037a9a933e043bdc08ae13bfbc846fe0e26ec9 (diff) | |
download | haskell-770d7085d6e3f3e74e3ffe318aeaf135cf3aea72.tar.gz |
Add ghc-boot-th to rules/foreachLibrary
This may have been the cause of various build failures on FreeBSD and
Solaris.
Diffstat (limited to 'rules')
-rw-r--r-- | rules/foreachLibrary.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/foreachLibrary.mk b/rules/foreachLibrary.mk index 1f44c9ec5f..d65533efa9 100644 --- a/rules/foreachLibrary.mk +++ b/rules/foreachLibrary.mk @@ -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 \ |