[add -hide-all-packages to command line and only include the needed packages
John Meacham <john@repetae.net>**20090324153459
 Ignore-this: ff65f6712f439f19d828d1524bf5af71
] hunk ./Makefile.am 44
-GHCPROFOPTS=   -prof -auto-all -osuf prof.o -hisuf prof.hi
+GHCPROFOPTS= -prof -auto-all -osuf prof.o -hisuf prof.hi
hunk ./Makefile.am 47
-PACKAGES= -package mtl  -package unix  -ignore-package lang -package utf8-string -package binary -package zlib
-GHCLANG=    -fallow-undecidable-instances  -fglasgow-exts -fallow-overlapping-instances
-GHCOPTS=  $(HSOPTS) -fbang-patterns -O -ignore-package lang  $(GHCDEBUGOPTS) $(GHCINC) $(PACKAGES) $(GHCLANG)
+PACKAGES= -package fgl -package regex-compat -package random -package array -package readline -package directory \
+          -package bytestring -package binary -package pretty -package base -package mtl -package containers  \
+	  -package unix  -package haskell98 -package utf8-string -package binary -package zlib
+GHCLANG= -fallow-undecidable-instances  -fglasgow-exts -fallow-overlapping-instances
+GHCOPTS= $(HSOPTS) -fbang-patterns -O -hide-all-packages  $(GHCDEBUGOPTS) $(GHCINC) $(PACKAGES) $(GHCLANG)