[Haskell-cafe] Failing to install hxt

Don Stewart dons at galois.com
Sat Jan 23 18:48:44 EST 2010


haskell:
> > That looks like an error relating to the versoin of tagsoup used?
> 
> You're right, thanks.
> "optLookupEntity" is defined in tagsoup-0.6, but not in tagsoup-0.8.
> But hxt-8.3.2 broadly requires tagsoup (>=0.6 && <1).
> 
> I am no cabal expert. What is the best solution here?

I think the best bet is to:

    cabal install tagsoup-0.6 --reinstrall

And perhaps send the HXT maintainer a cabal patch? 

-- Don



More information about the Haskell-Cafe mailing list