summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-29 15:19:34 +0000
committerIan Lynagh <igloo@earth.li>2008-07-29 15:19:34 +0000
commit0055054b55e26c70f316073e319722cd3737dcdc (patch)
treeedd491902656e85c5dae6e696bafc16dc91cc2b4 /libraries/Makefile
parentcae1d339a8689711f618c0835d53c4fb2ba91826 (diff)
downloadhaskell-0055054b55e26c70f316073e319722cd3737dcdc.tar.gz
Add some comments to packages/darcs-all
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 818fff0ced..9282d2bca3 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -39,6 +39,8 @@ TOP=..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/cabal-flags.mk
+# Any libraries listed here should also be in ../packages
+
SUBDIRS = ghc-prim $(INTEGER_LIBRARY) base array packedstring
SUBDIRS += containers bytestring old-locale old-time filepath directory
ifeq "$(GhcLibsWithUnix)" "YES"