Bitly-0.1.0: Bitly.cabal
Name: Bitly
Version: 0.1.0
Cabal-version: >= 1.2
Build-type: Simple
Stability: experimental
Category: Web
License: BSD3
License-file: LICENSE
Maintainer: Sergey Astanin <s.astanin@gmail.com>
Synopsis: A library to access bit.ly URL shortener.
Description:
This package allows to use bit.ly and j.mp URL
shortening service from Haskell. Currently it supports
shorten and expand requests.
.
API key is required.
.
For command line utility see `bitly-cli` package.
Homepage: http://bitbucket.org/jetxee/hs-bitly/
Bug-reports: http://bitbucket.org/jetxee/hs-bitly/issues/
Tested-with: GHC == 7.0.3, GHC == 7.2.1
Library
Build-depends:
base >= 3 && < 5
, HTTP >= 4000
, json2 >= 0.8
Exposed-modules: Network.Bitly
Ghc-options: -Wall