
I've read through most of the ghc docs, but haven't found anything like this. Almost all of my programs require -fglasgow-exts -package data -package text as well as -i(long paths here) but the latter three I cannot put in an OPTIONS line in the source code. In ghci I can have a ~/.ghci file, but the same doesn't appear to hold for ghc itself. Is there a way to do this? (If not, could one *please* be added?) Thanks - Hal p.s., yes, I know I could alias ghc or something, but this would be cleaner imo. -- Hal Daume III "Computer science is no more about computers | hdaume@isi.edu than astronomy is about telescopes." -Dijkstra | www.isi.edu/~hdaume

--- Hal Daume III
I've read through most of the ghc docs, but haven't found anything like this. Almost all of my programs require -fglasgow-exts -package data -package text as well as -i(long paths here) but the latter three I cannot put in an OPTIONS line in the source code. In ghci I can have a ~/.ghci file, but the same doesn't appear to hold for ghc itself. Is there a way to do this? (If not, could one *please* be added?)
Use a Makefile? -- Chris Milton cmiltonperl@yahoo.com Itinerant Perl/Haskell/Linguistics Hacker Professional Web Applications Developer __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com
participants (2)
-
Christopher Milton
-
Hal Daume III