
Hi all, I'm trying to install the "encoding" package using cabal, but I'm getting an error about a missing "HaXml" module... --------------------------------------------------------------------- chris@desktop:~$ cabal install encoding Resolving dependencies... /tmp/encoding-0.6.26119/encoding-0.6.2/Data/Encoding/Preprocessor/XMLMappingBuilder.hs:16:7: Could not find module `Text.XML.HaXml.XmlContent': Use -v to see a list of the files searched for. cabal: Error: some packages failed to install: encoding-0.6.2 failed during the configure step. The exception was: exit: ExitFailure 1 --------------------------------------------------------------------- (I'm actually interested in using the "idiii" package, of which "encoding" is a dependency.) Any help/insight is much appreciated! Thanks! Chris W.