packages feed

hawitter-0.3: hawitter.cabal

name:            hawitter
cabal-version:   >=1.2
version:         0.3
author:          Daiki Handa <xanxys@gmail.com>
maintainer:      Daiki Handa <xanxys@gmail.com>
synopsis:        A twitter client for GTK+. Beta version.
license:         BSD3
license-file:    LICENSE
category:        Web
homepage:        http://d.hatena.ne.jp/xanxys/20100318/1268917714
description:
  A slick twitter client for GTK. Features syntax highlighting of tweets, URL linking.
  Automatic URL shortening and 'timeline modifier' will be implemented in future versions.
  
build-type:      Simple
data-files:      hawitter.glade hawitter.svg hawitter_busy.svg README.en README.ja
tested-with:     GHC==6.10.4
executable hawitter
    main-is: Main.hs
    build-depends:
        base>=3, base<5, containers>=0.2, mtl>=1, time>=1.1.4, old-locale>=1,
        gtk>=0.10, glade>=0.10, gconf>=0.10,
        parsec>=3, regex-compat>=0.7,
        network>=2.2, HTTP>=4000, json>=0.4, utf8-string>=0.3