From: sewardj Date: Mon, 12 Feb 2001 13:15:59 +0000 (+0000) Subject: [project @ 2001-02-12 13:15:59 by sewardj] X-Git-Tag: Approximately_9120_patches~2666 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a095c560e6fdd9a43cd670443990fb66ce0c2c8b;p=ghc-hetmet.git [project @ 2001-02-12 13:15:59 by sewardj] Make lang depend on data (since it does, really.) --- 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 = []