diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-12 19:58:04 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-12 20:00:43 +0100 |
commit | a8defd8a5c2efbff5093717449afe73abb5cd8f7 (patch) | |
tree | b91955dc87f78bcad51018d935fba52def0d5307 /packages | |
parent | 8f1523e9dcebfc5549e87de51359ea7b221809ab (diff) | |
download | haskell-a8defd8a5c2efbff5093717449afe73abb5cd8f7.tar.gz |
Fix building of optional packages
The change to the packages file format broke it
Diffstat (limited to 'packages')
-rw-r--r-- | packages | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ # Despite the name "package", this file contains the master list of -# the *repositories* that make up GHC. It is parsed by boot and sync-all. +# the *repositories* that make up GHC. It is parsed by +# * boot +# * sync-all +# * rules/extra-packages.mk # # Some of this information is duplicated elsewhere in the build system: # See Trac #3896 |