[Haskell-cafe] Problems installing Data.Encoding package

2012-03-02 Thread Pēteris Paikens
Hello, I'm stuck at trying to get Data.Encoding package functional. Cabal gives the following error message: cabal install encoding Resolving dependencies... /var/folders/xc/jnh69_cx1n32n1qwkgfrlc10gq/T/encoding-0.6.620435/encoding-0.6.6/dist/setup/setup:

[Haskell-cafe] Stuck on HXT basics

2012-01-30 Thread Pēteris Paikens
I'm quite stuck on getting HXT working to do my xml parsing, can you help me to get started? Even in http://www.haskell.org/haskellwiki/HXT#Getting_started:_Hello_world_examples the basic filter example that's given there in section 6: import Text.XML.HXT.Core import

Re: [Haskell-cafe] Stuck on HXT basics

2012-01-30 Thread Pēteris Paikens
Yep, that does seem to be the case - cabal shows Versions installed: 8.5.4, 9.1.6. The module referenced in the website example - Text.XML.HXT.DOM.XmlTreeFilter and function isXText - has only old packages, so when installing hxt I got version 9.1.6, but from hxt-filter I got hxt 8.5.4, so that's