Hello.

I am trying to using the ShowFunctions module but
ghc 5.04.1 is not being able to find its interface
file.

A Haskell program to test (t.hs):

------------------------------------------
module Main where

import ShowFunctions

main = print length
------------------------------------------

$ ghc -c t.hs

t.hs:3:
    failed to load interface for `ShowFunctions':
        Could not find interface file for `ShowFunctions'

$ find /usr/lib/ghc-5.04.1/ -name "ShowFunctions*"
/usr/lib/ghc-5.04.1/imports/lang/ShowFunctions.hi

What am I missing?

Romildo
-- 
Prof. Jos� Romildo Malaquias
Departamento de Computa��o - Universidade Federal de Ouro Preto
http://www.decom.ufop.br/prof/romildo/  [EMAIL PROTECTED]
http://uber.com.br/romildo/             [EMAIL PROTECTED]
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to