cltw-1.1.4: cltw.cabal
name: cltw
version: 1.1.4
cabal-version: >= 1.2
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2010 Dino Morelli
author: Dino Morelli
maintainer: Dino Morelli <dino@ui3.info>
stability: experimental
homepage: http://ui3.info/d/proj/cltw.html
synopsis: Command line Twitter utility
description: A tool for performing some Twitter API functions
from the command line.
category: Console, Utils
tested-with: GHC>=6.12.1
executable cltw
main-is: main.hs
hs-source-dirs: src
build-depends: base >= 3 && < 5, curl, mtl, random, tagsoup
ghc-options: -Wall