[Haskell-cafe] compile-time question

Galchin Vasili vigalchin at gmail.com
Thu Apr 3 18:50:42 EDT 2008


hello,

   I have added new function definitions to the namespace of an existing
module. I did

1: runhaskell Setup.hs configure

2. runhaskell Setup.hs build

3) runhaskell Setup.hs install

successfully so that a Linux .a(rchive) is installed.


I write a small test case that references one of the new functions;
however, when I build the test case, I get an "Out of scope" message
indicated that at ghc(i) compile time the new function symbol cannot be
found.

Why?

kind regards, Vasili
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080403/e2aef1d2/attachment.htm


More information about the Haskell-Cafe mailing list