From a095c560e6fdd9a43cd670443990fb66ce0c2c8b Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 12 Feb 2001 13:15:59 +0000 Subject: [PATCH] [project @ 2001-02-12 13:15:59 by sewardj] Make lang depend on data (since it does, really.) --- ghc/driver/PackageSrc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 5964ec8..a9f5e26 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -190,7 +190,7 @@ package_details installing = then [] else [ cFPTOOLS_TOP_ABS ++ "/hslibs/data/cbits" ], c_includes = [], - package_deps = [ "lang" ], + package_deps = [ "lang", "util" ], extra_ghc_opts = [], extra_cc_opts = [], extra_ld_opts = [] -- 1.7.10.4