summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-06-12 19:58:04 +0100
committerIan Lynagh <igloo@earth.li>2011-06-12 20:00:43 +0100
commita8defd8a5c2efbff5093717449afe73abb5cd8f7 (patch)
treeb91955dc87f78bcad51018d935fba52def0d5307 /packages
parent8f1523e9dcebfc5549e87de51359ea7b221809ab (diff)
downloadhaskell-a8defd8a5c2efbff5093717449afe73abb5cd8f7.tar.gz
Fix building of optional packages
The change to the packages file format broke it
Diffstat (limited to 'packages')
-rw-r--r--packages5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages b/packages
index 1489f3e98d..923b620ed5 100644
--- a/packages
+++ b/packages
@@ -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