[Haskell-beginners] Haskore lib

Stephen Tetley stephen.tetley at gmail.com
Sat Jun 19 07:57:17 EDT 2010


On 19 June 2010 12:39, Luca Ciciriello <luca_ciciriello at hotmail.com> wrote:

> Can I install this Haskore-Vintage along side with my installed Haskore?
>

Yes. Though there is a module name-space clash for Haskore.Performance at least.

One way around the name-space clash is PackageImports:

http://hackage.haskell.org/trac/ghc/wiki/PackageImports

Or I think you can invoke GHCi telling it which one to use:
> ghci -package haskore-vintage


More information about the Beginners mailing list