[Haskell] Using hs-plugins with ghci

Donald Bruce Stewart dons at cse.unsw.edu.au
Fri Feb 11 20:00:54 EST 2005


jgarciavivo:
> 
> Hello everybody.
> 
> I'm trying to use hs-plugins library with ghci and this is the result:
> 
> >>> ghci -package plugins
>    ___         ___ _
>   / _ \ /\  /\/ __(_)
>  / /_\// /_/ / /  | |      GHC Interactive, version 6.2.1, for Haskell 98.
> / /_\\/ __  / /___| |      http://www.haskell.org/ghc/
> \____/\/ /_/\____/|_|      Type :? for help.
> 
> Loading package base ... linking ... done.
> Loading package altdata ... linking ... done.
> Loading package haskell98 ... linking ... done.
> Loading package hi ... linking ... done.
> Loading package unix ... linking ... done.
> Loading package lang ... linking ... done.
> Loading package posix ... linking ... done.
> Loading package haskell-src ... linking ... done.
> Loading package plugins ... linking ... /usr/local/lib/hs-plugins/HSplugins.o:
> unknown symbol `addDLL'
> 
> ghc-6.2.1: panic! (the `impossible' happened, GHC version 6.2.1):
>         can't load package `plugins'

You need ghc-6.2.2.

Cheers,
  Don


More information about the Haskell mailing list