bytestring is now in its own package
authorIan Lynagh <igloo@earth.li>
Sun, 29 Jul 2007 11:53:47 +0000 (11:53 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 29 Jul 2007 11:53:47 +0000 (11:53 +0000)
compiler/Makefile
libraries/Makefile

index 25cedab..3192ace 100644 (file)
@@ -411,8 +411,8 @@ endif
 # the interpreter is supported on this platform.
 
 ifeq "$(bootstrapped)" "YES"
-SRC_HC_OPTS += -package hpc
-PKG_DEPENDS += hpc
+SRC_HC_OPTS += -package hpc -package bytestring
+PKG_DEPENDS += hpc bytestring
 endif
 
 ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES"
index ffb1a90..0d38613 100644 (file)
@@ -35,7 +35,7 @@ default_target: all
 TOP=..
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = base old-locale old-time filepath directory process pretty \
+SUBDIRS = base bytestring old-locale old-time filepath directory process pretty \
           hpc template-haskell readline Cabal random haskell98
 
 ifeq "$(GhcLibsWithUnix)" "YES"