Cabal revisions of codepad-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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.*- +Name: codepad +Version: 0.1 +x-revision: 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: none +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.* +
revision 2
Name: codepad Version: 0.1 -x-revision: 1 +x-revision: 2 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 Library Exposed-modules: Web.Codepad - Build-depends: base >= 4 && < 5, - tagsoup == 0.10.*, - network == 2.2.*, - curl == 1.3.*, - mtl == 1.1.* - + Build-depends: base < 5, + tagsoup, + network <= 2.5, + curl, + mtl
revision 3
Name: codepad Version: 0.1 -x-revision: 2 +x-revision: 3 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: none +Maintainer: Chris King <G.nius.ck@gmail.com> Copyright: 2010 Chris Done Category: Web Build-type: Simple tagsoup, network <= 2.5, curl, - mtl+ mtl