ghci finding include files exported from other packages?
Conal Elliott
conal at conal.net
Sun Mar 15 02:43:32 EDT 2009
The applicative-numbers package [1] provides an include file. With ghci,
the include file isn't being found, though with cabal+ghc it is found.
My test source is just two lines:
{-# LANGUAGE CPP #-}
#include "ApplicativeNumeric-inc.hs"
I'd sure appreciate it if someone could take a look at the .cabal file [2]
and tell me if I'm doing something wrong. And/or point me to one or more
working examples of cabal packages that export include files that are then
findable via ghci.
- Conal
[1] http://hackage.haskell.org/packages/archive/applicative-numbers
[2]
http://hackage.haskell.org/packages/archive/applicative-numbers/0.0.2/applicative-numbers.cabal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20090314/33383349/attachment.htm
More information about the Glasgow-haskell-users
mailing list