Hi,

On Sun, 16 Sep 2007 06:10:15 +0900, I G <[EMAIL PROTECTED]> wrote:
> $ make
> ghc -c wxdirect/src/HaskellNames.hs -o out/wxdirect/HaskellNames.o
> -iout/wxdirect -odir out/wxdirect -hidir out/wxdirect  -package parsec
>
> wxdirect/src/HaskellNames.hs:22:0:
>     Failed to load interface for `Data.Time':
>       Use -v to see a list of the files searched for.
> make: *** [out/wxdirect/HaskellNames.o] Error 1

It seems that your ghc doesn't have time package.
Data.Time is time package's module.

http://www.haskell.org/ghc/docs/6.6.1/html/libraries/time/Data-Time.html

So you must install time package before compiling wxhaskell.

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/time-1.0
http://darcs.haskell.org/packages/time/

-- 
shelarcy <shelarcy    hotmail.co.jp>
http://page.freett.com/shelarcy/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

Reply via email to