[Haskell-beginners] import literal haskell file
Brandon Allbery
allbery.b at gmail.com
Wed Sep 18 00:34:03 CEST 2013
On Tue, Sep 17, 2013 at 6:18 PM, Nathan Hüsken <nathan.huesken at posteo.de>wrote:
> import ModuleName
>
> and have a file ModuleName.lhs (in literal haskell), ghc complains that it
> cannot find the module.
>
(1) It's Literate Haskell, cf. Knuth's literate programming.
(2) It is not imported as source; it is looking for a compiled module
(specifically the .hi file).
--
brandon s allbery kf8nh sine nomine associates
allbery.b at gmail.com ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130917/7d4e004d/attachment.htm>
More information about the Beginners
mailing list