From c37f2ebf59f23edd8fdd4c95d233b95f4e8cb0ef Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Mon, 13 Dec 1999 17:34:54 +0000
Subject: [PATCH] [project @ 1999-12-13 17:34:54 by simonmar] Include hslibs in
 a binary-dist.

---
 ghc/mk/config.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk
index 4cce33df46c2..e9453b47525d 100644
--- a/ghc/mk/config.mk
+++ b/ghc/mk/config.mk
@@ -1,3 +1,5 @@
+# -----------------------------------------------------------------------------
+# $Id: config.mk,v 1.5 1999/12/13 17:34:54 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -7,7 +9,7 @@
 
 # what to include in a binary distribution
 GhcMainDir = ghc
-GhcBinDistDirs = ghc
+GhcBinDistDirs = ghc hslibs
 GhcBinDistDocs = docs ghc/docs/users_guide ghc/docs/libraries
 GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid
 GhcBinDistLibPrlScripts = hscpp mkdependHS
-- 
GitLab