[Haskell] Using hs-plugins

Cale Gibbard cgibbard at gmail.com
Mon Jul 11 23:33:54 EDT 2005


Well, I'm a bit confused about your message, but the commands that you
pasted there are intended to unregister (remove) everything, which
doesn't sound like what you're trying to do.

You probably want "make register", which is what the readme file
recommends for installation.

hope this helps,
 - Cale

On 08/07/05, Thomas Davie <tom.davie at gmail.com> wrote:
> I've been trying to get hs-plugins working on a box, to use the Eval
> module, but the register script seems not to register the eval
> package, or the printf module, which judging by the readme:
> 
> ---
> And to unregister (maybe as root). Note that the unistall order
> matters:
> 
>          $ ghc-pkg -r printf
>          $ ghc-pkg -r eval
>          $ ghc-pkg -r plugins
>          $ ghc-pkg -r hi
>          $ ghc-pkg -r altdata
> ---
> 
> it should have registered.  Have I missed something really obvious?
> 
> Bob
> _______________________________________________
> Haskell mailing list
> Haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell
>


More information about the Haskell mailing list