[Haskell-cafe] Hugs & Haskore loading
Henning Thielemann
lemming at henning-thielemann.de
Sat Aug 21 14:24:24 EDT 2010
On Sat, 21 Aug 2010, Hans Aberg wrote:
> When trying to load Haskore in Hugs Sept 2006 (say by :l), it does not work
> because it is in a subdirectory Haskore/Src/, despite that the Hugs
> searchpath includes
> /usr/local/lib/hugs/packages/*
>
> I could of course change this searchpath, but I'm curios about how to fix it
> without it - it seems to work for a lot of other packages.
Did you install Haskore with Cabal or is it a version of Haskore that is
shipped with Hugs? The -P option can be used to extend the search path.
More information about the Haskell-Cafe
mailing list