imagepaste-0.2.0.1: imagepaste.cabal
Name: imagepaste
Version: 0.2.0.1
Synopsis: Command-line image paste utility
Description:
Command-line utility to paste images to image hosting sites.
Image hosting sites are internally called engines. Some engines
support pasting not just image files but any files so with
some engines the program can be used as a file sharing client.
Homepage: https://bitbucket.org/balta2ar/imagepaste
License: BSD3
License-file: LICENSE
Author: Yuri Bochkarev
Maintainer: baltazar.bz@gmail.com
Category: Network
Build-type: Simple
Cabal-version: >= 1.6
Executable imagepaste
Main-is: Main.hs
other-modules: Configuration,
EngineFastpic,
EngineFlashtux,
Engine,
EngineImagebin,
EngineImgur,
EngineImm,
EngineIpicture,
EngineOmpldr,
EngineRadikal,
EngineRghost,
EngineScrin,
EngineScrnsht,
Log,
Processing,
Proxy,
Runner,
Tests,
Tools,
Version
Build-depends: base >= 3 && < 5,
containers,
network,
mtl,
transformers,
template-haskell,
regex-posix,
tagsoup,
HTTP,
json,
vcs-revision
hs-source-dirs: src
Extensions: CPP
cpp-options: -DCABAL
source-repository this
type: mercurial
location: https://bitbucket.org/balta2ar/imagepaste
tag: 0.2.0.1