On this page:
http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours/Parsing
it shows ghc being called thusly:
ghc -package parsec -o simple_parser [../code/listing3.4.hs listing3.4.hs]
What are the square brackets for? I get an error with I use it with ghc 7.0.4. Is this some sort of way to specify a search path for input files?