diff options
author | Ian Lynagh <igloo@earth.li> | 2010-07-04 13:26:12 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-07-04 13:26:12 +0000 |
commit | eb39f720c731b10b340ebadc809d91f9683ea157 (patch) | |
tree | 8f3ae0bb55a150b591a89d24a7e16daa28f67957 /ghc.mk | |
parent | 8354d614a5287753710a4cccd202f74f094c99c4 (diff) | |
download | haskell-eb39f720c731b10b340ebadc809d91f9683ea157.tar.gz |
Use Cabal to configure the dist-install ghc-pkg; fixes trac #4156
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -404,6 +404,7 @@ ghc/stage2/package-data.mk: compiler/stage2/package-data.mk # libraries utils/haddock/dist/package-data.mk: compiler/stage2/package-data.mk +utils/ghc-pkg/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/hsc2hs/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/compare_sizes/dist/package-data.mk: compiler/stage2/package-data.mk |