name: hpasteit version: 0.3.0.0 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.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.8.* , http-types ==0.7.* , 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