On 9 mei 2008, at 21:31, Gwern Branwen wrote:
On 2008.05.09 16:23:03 +0200, Chris Eidhof <chris@eidhof.nl> scribbled 0.6K characters:
Hey everyone,
I was tired of all those graphical Twitter clients that aren't usable from my Terminal, so I wrote my own. It's still very much alpha, but comments or improvements are more than welcome. You can install it by downloading the twitter-package from hackage.
For those interested, the links is <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/twitter-0.1
. Hackage reports a build-failure, but I think that particular problem is because of Curl's Haddock failure.
That said, I did run into a build problem:
Is GUI.Terminal some special Mac haskell package I wouldn't have on Linux? No, I was a bit sloppy with casing of the directory-names. On my Mac it was called Gui, but it should have been called GUI. I uploaded a changed package, it should build fine now.
Thanks! -chris