[Haskell] Using hs-plugins

Thomas Davie tom.davie at gmail.com
Fri Jul 8 13:37:20 EDT 2005


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


More information about the Haskell mailing list