diff --git a/Makefile b/Makefile index a355a558bc6543af7035f41280287d01a8c4b7dc..3c63cbd94ee79b0131a9ceab7c398822ee17fe51 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 3b5ee307ee4878e9ace612c76af26185f8acdacc..4d3feb7655a139937283516706f202093ea7884a 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 = []