pxqr / bittorrent

A BitTorrent client library written in Haskell.
http://hackage.haskell.org/package/bittorrent
BSD 3-Clause "New" or "Revised" License
23 stars 7 forks source link

Problem building bittorrent. #5

Open urbanslug opened 10 years ago

urbanslug commented 10 years ago

I couldn't find a solution on my own or from #haskell. I have the error it all in this gist.

https://gist.github.com/urbanslug/9962533

pxqr commented 10 years ago

Can you show output of cabal info aeson?

urbanslug commented 10 years ago

I have updated the gist with output from cabal info aeson

pxqr commented 10 years ago

This happen because aeson has changed its api in 0.7 version. I will release a new version of bittorrent this week.

btw this was fixed in #2.

urbanslug commented 10 years ago

Thanks. Uh are you ever on #haskell I have a lot I would want to ask. Since the week ends tomorrow should I just wait for you to release the new version instead of trying to build with the old aeson api?

pxqr commented 10 years ago

There are #haskell-bittorrent for this. :) You can use current HEAD.