[Use haskell98 library from fptools as default
Einar Karttunen <ekarttun@cs.helsinki.fi>**20060313113718] hunk ./Makefile 42
-PACKAGES=base-1.0.hl haskell98-1.0.hl
+LIBPACKAGES=base-1.0.hl haskell98-1.0.hl
hunk ./Makefile 48
-	./jhc $(JHC_TEST) -ilib/base --noauto --build-hl lib/base/base.cabal -o base-1.0.hl 2>&1 | tee base.log
+	./jhc $(JHC_TEST) -ilib/base --noauto --build-hl lib/base/base.cabal -o $@ 2>&1 | tee base.log
hunk ./Makefile 55
-	install $(PACKAGES) $(LIBRARYPATH)
+	install $(LIBPACKAGES) $(LIBRARYPATH)
hunk ./Makefile 128
-	echo '{-# NOINLINE basePackages #-}'                           >> $@
-	echo 'basePackages=["base-1.0"]'                               >> $@
hunk ./Options.hs 35
-import Version.Raw(basePackages, libraryPath)
+import Version.Raw(libraryPath)
hunk ./Options.hs 176
-      False-> return (o2 { optArgs = ns, optHls  = basePackages ++ optHls o2 }))
+      False-> return (o2 { optArgs = ns, optHls  = ("base":"haskell98":optHls o2) }))
hunk ./docs/using.txt 21
+  cd lib
+  darcs get http://darcs.haskell.org/packages/haskell98/
+  darcs get http://darcs.haskell.org/packages/QuickCheck/