[Haskell-cafe] trouble using the aeson package

2011-08-06 Thread anonymous
I recently installed the aeson package using cabal-install without any trouble: ❲~❳ uname -rspi; cabal -V; ghc -V; ghc-pkg list | grep aeson\|double-conversion Linux 2.6.38-10-generic x86_64 x86_64 cabal-install version 0.10.2 using version 1.10.1.0 of the Cabal library The Glorious Glasgow

Re: [Haskell-cafe] trouble using the aeson package

2011-08-06 Thread Bryan O'Sullivan
On Sat, Aug 6, 2011 at 8:55 PM, anonymous qubi...@gmail.com wrote: However when I try to use it I receive this error message: Funny, I just spent some time documenting this earlier today. There are two bugs in GHCi that cause the problem you're seeing. They're documented here, with a