Interface file for ShowFunctions not found
Jose Romildo Malaquias
romildo@uber.com.br
Fri, 20 Sep 2002 11:49:28 -0300
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/ malaquias@iceb.ufop.br
http://uber.com.br/romildo/ romildo@uber.com.br