Skip to content
Snippets Groups Projects
Commit 6249a5c6 authored by simonmar's avatar simonmar
Browse files

[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.
parent ce4da05f
No related branches found
No related tags found
No related merge requests found
# -----------------------------------------------------------------------------
# $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 =
......
......@@ -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 = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment