From: Ian Lynagh Date: Sun, 29 Jul 2007 11:53:47 +0000 (+0000) Subject: bytestring is now in its own package X-Git-Tag: Before_type_family_merge~174 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9c4afa87c955147eef021a3ad6533c5fee4d4fc1 bytestring is now in its own package --- diff --git a/compiler/Makefile b/compiler/Makefile index 25cedab..3192ace 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -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" diff --git a/libraries/Makefile b/libraries/Makefile index ffb1a90..0d38613 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -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"