packages feed

hawitter-0.2: hawitter.cabal

name:            hawitter
cabal-version:   >=1.2
version:         0.2
author:          Daiki Handa <xanxys@gmail.com>
maintainer:      Daiki Handa <xanxys@gmail.com>
synopsis:        A twitter client for GTK+. Alpha version.
license:         BSD3
license-file:    LICENSE
category:        Web
description:
  THIS SOFTWARE IS STILL IN ALPHA STATE.
  A slick twitter client for GTK. Features syntax highlighting of tweets, URL linking/shortening and
  'timeline modifier'.
  
build-type:      Simple
data-files:      hawitter.glade hawitter_128sq.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, regex-compat>=0.7, time>=1.1.4, old-locale>=1,
        gtk>=0.10, glade>=0.10, gconf>=0.10,
        network>=2.2, HTTP>=4000, json>=0.4, utf8-string>=0.3