
28 Jun
2009
28 Jun
'09
3:42 p.m.
On Sun, Jun 28, 2009 at 9:29 PM, Andrew
Coppin
Which versions of base have you tested it with? :-)
Whichever one GHC 6.10.3 ships with...
"ghc-pkg list base" will tell you which version you have installed.
Frankly, I highly doubt it makes any difference either way. (Does anybody know how base3 differs from base4?) It only uses a few type classes from the Prelude...
If it *only* uses the prelude (i.e., does not include *any* modules), then it should work with any version of base. --Max