
27 Mar
2009
27 Mar
'09
6:02 a.m.
7stud
Here is the error I am getting (I always get the first warning so that is nothing new):
$ ghc -o Main.hs SimpleJSON.hs PrettyJSON.hs Prettify.hs compilation IS NOT required compilation IS NOT required /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning -F: directory name (/Users/me/Library/Frameworks) does not exist
Whoops. Forgot the executable name. I should be doing this: $ ghc -o simple Main.hs SimpleJSON.hs PrettyJSON.hs Prettify.hs