codepad-0.1: codepad.cabal
Name: codepad
Version: 0.1
Synopsis: Submit and retrieve paste output from CodePad.org.
Description: Submit and retrieve paste output from http://codepad.org/
Homepage: http://github.com/chrisdone/codepad
License: BSD3
License-file: LICENSE
Author: Chris Done
Maintainer: Chris Done <chrisdone@gmail.com>
Copyright: 2010 Chris Done
Category: Web
Build-type: Simple
Cabal-version: >=1.6
Library
Exposed-modules: Web.Codepad
Build-depends: base >= 4 && < 5,
tagsoup == 0.10.*,
network == 2.2.*,
curl == 1.3.*,
mtl == 1.1.*