[Explicitly use base-4 and syb package. (GHC 6.10 only?)
coreyoconnor@gmail.com**20090622022835
 Ignore-this: 614ca580a3d5b08754ea3c6ec7021edd
 When compiling using GHC 6.10 the base-4 and syb packages must be added. I think this needs to be
 dependent on the version of GHC used?
] hunk ./Makefile.am 49
-	  -package unix  -package haskell98 -package utf8-string -package binary -package zlib
+	  -package unix  -package haskell98 -package utf8-string -package binary -package zlib \
+      -package base-4.0.0.0 -package syb