naruto canada wrote:
I run into linking error with parsec:
ghc -o /tmp/a.out accu.hs
Try ghc --make, or pass appropriate package flags on the command line so that it gets linked with Parsec.
Claude -- http://claudiusmaximus.goto10.org _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
