Re: library directory
Ross Paterson <[email protected]> Fri, 8 Jun 2007 22:23:47 +0100
| Newsgroups | gmane.comp.lang.haskell.hugs.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jun 08, 2007 at 09:35:58AM -0400, Ian Zimmerman wrote: > Is it possible to somehow determine mechanically what the standard > library directory of a running Hugs interpreter is? hugs -q </dev/null | sed -n '11s@.*"\(.*\)/packages/base/Prelude.hs":@\1@p'