diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-09-10 11:11:15 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-09-10 11:11:15 +0000 |
commit | 8a2b4cfc761466e51bd77e7f40d70df5c2747578 (patch) | |
tree | b0d2bd64c0ca959966b3e1f5668a05bbaf4672f1 /ghc.mk | |
parent | 930421d4ed09e5389e0ef4c5eef36075a6809cc0 (diff) | |
download | haskell-8a2b4cfc761466e51bd77e7f40d70df5c2747578.tar.gz |
binary has unused-import warnings
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -661,7 +661,7 @@ $(ghc_stage1_depfile) : $(compiler_stage1_v_LIB) # # If you miss any out here, then 'make -j8' will probably tell you. # -libraries/bin-package-db/dist-boot/build/Distribution/InstalledPackageInfo/Binary.$(v_osuf) : libraries/binary/dist-boot/build/Data/Binary.$(v_hisuf) +libraries/bin-package-db/dist-boot/build/Distribution/InstalledPackageInfo/Binary.$(v_osuf) : libraries/binary/dist-boot/build/Data/Binary.$(v_hisuf) libraries/Cabal/dist-boot/build/Distribution/InstalledPackageInfo.$(v_hisuf) $(foreach pkg,$(BOOT_PKGS),$(eval libraries/$(pkg)_dist-boot_HC_OPTS += $$(GhcBootLibHcOpts))) |