From 6249a5c666a0362b4910aa4eb8eb4a24f7a9a55a Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Thu, 7 Feb 2002 11:13:30 +0000 Subject: [PATCH] [project @ 2002-02-07 11:13:30 by simonmar] Various updates after rearranging the directory structure in the repository (there wasn't any history worth keeping, and it's better to do this now before we go 'live'). Packages under 'compat' are backwards-compatibility packages which should provide an interface equivalent to the current hslibs setup. There are a few packages still missing. --- Makefile | 4 ++-- haskell98.conf.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a355a55..3c63cbd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.1 2001/08/02 14:03:38 simonmar Exp $ +# $Id: Makefile,v 1.2 2002/02/07 11:13:30 simonmar Exp $ -TOP=.. +TOP=../.. include $(TOP)/mk/boilerplate.mk ALL_DIRS = diff --git a/haskell98.conf.in b/haskell98.conf.in index 3b5ee30..4d3feb7 100644 --- a/haskell98.conf.in +++ b/haskell98.conf.in @@ -18,7 +18,7 @@ Package { extra_libraries = [], include_dirs = [], c_includes = [], - package_deps = [ "core" ], + package_deps = [ "base" ], extra_ghc_opts = [], extra_cc_opts = [], extra_ld_opts = [] -- GitLab