
23 Jan
2010
23 Jan
'10
6:48 p.m.
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