hpasteit-0.3.3: hpasteit.cabal
name: hpasteit
version: 0.3.3
synopsis: A command-line client for hpaste.org
license: BSD3
license-file: LICENSE
author: Patrick Palka
maintainer: patrick@parcs.ath.cx
copyright: Copyright (C) 2012 Patrick Palka
category: Web
build-type: Simple
cabal-version: >=1.8
tested-with: GHC == 7.6.1
stability: provisional
homepage: http://github.com/parcs/hpasteit
bug-reports: http://github.com/parcs/hpasteit/issues
description:
HPasteIt is a command-line client for hpaste.org
.
Run @hpasteit --help@ for usage information and @hpasteit COMMAND --help@ for
detailed usage information about a particular command.
.
Changes in 0.3.3
.
* Don't try to upload an empty paste
* Bump dependencies
.
Changes in 0.3.2
.
* HTTP connections now actually time out after 60 seconds
.
Changes in 0.3.1
.
* HTTP connections now time out after 60 seconds instead of 5 seconds
.
* shortened version number to three sequences
.
Changes in 0.3.0.0
.
* 'paste' is now the default command, so you can upload a paste by simply doing
@hpasteit mypaste.hs@
.
* hpasteit now infers the title and language of the paste
.
* hpasteit now reads from @\$HPASTE_AUTHOR@ to set the author if no author
is explicitly provided
.
* channels can be inputted without the leading hash-bangs
.
Changes in 0.2.4.0
.
* made the program unicode-aware
.
* changed default title from "via HPasteIt" to "(no title)"
source-repository head
type: git
location: git://github.com/parcs/hpasteit.git
executable hpasteit
main-is: HPasteIt.hs
other-modules: ProgOpts
build-depends: base <5.0
, bytestring <0.11
, lifted-base ==0.2.*
, http-conduit ==1.9.*
, http-types ==0.8.*
, optparse-applicative ==0.5.*
, process ==1.1.*
, network ==2.4.*
, directory ==1.2.*
, safe ==0.3.*
, utf8-string ==0.3.*
, filepath ==1.3.*
ghc-options: -Wall
extensions: PatternGuards