diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-09-23 16:42:17 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-30 02:49:03 -0400 |
commit | 6527fc57b8e099703f5bdb5ec7f1dfd421651972 (patch) | |
tree | 29c32e130e422a2ed3e7d1e0b1ef9b46414d9c02 /hadrian | |
parent | f8f60efc831c6adb5bfee8449b76238ba6d582db (diff) | |
download | haskell-6527fc57b8e099703f5bdb5ec7f1dfd421651972.tar.gz |
Bump Cabal, hsc2hs, directory, process submodules
Necessary for recent Win32 bump.
Diffstat (limited to 'hadrian')
-rw-r--r-- | hadrian/src/Rules/Generate.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Rules/Generate.hs b/hadrian/src/Rules/Generate.hs index f429a8a9d2..03e1649cde 100644 --- a/hadrian/src/Rules/Generate.hs +++ b/hadrian/src/Rules/Generate.hs @@ -166,7 +166,7 @@ copyRules = do prefix -/- "ghci-usage.txt" <~ return "driver" prefix -/- "llvm-targets" <~ return "." prefix -/- "llvm-passes" <~ return "." - prefix -/- "template-hsc.h" <~ return (pkgPath hsc2hs) + prefix -/- "template-hsc.h" <~ return (pkgPath hsc2hs -/- "data") prefix -/- "html/**" <~ return "utils/haddock/haddock-api/resources" prefix -/- "latex/**" <~ return "utils/haddock/haddock-api/resources" |