
5 Nov
2003
5 Nov
'03
1:10 p.m.
On Wed, Nov 05, 2003 at 06:20:27PM +0100, Josef Svenningsson wrote:
Hi,
Just a small feature request which has an extremely low priority.
When using --show-iface it is potentially useful to be able to print the contents of more than one interface file. Just now I could have had use for such a functionality. As in: ghc --show-iface Foo*.hi
If you are working on a unix-like system, you can use shell for that: $ for f in *.hi; do ghc --show-iface $f; done or $ ls *.hi | xargs -n1 ghc --show-iface Best regards, Tom -- .signature: Too many levels of symbolic links