packages feed

PastePipe-1.5: PastePipe.cabal

name:                PastePipe
version:             1.5
synopsis:            CLI for pasting to lpaste.net
description:         PastePipe reads from standard in and posts to <lpaste.net>.
                     It will auto-detect your username, but that can be
                     overridden with command line options (--user)
                     Titles are set with -t, language with -l.
category:            Utils
license:             GPL
License-file:        LICENSE
homepage:            http://github.com/creswick/pastepipe
bug-reports:         http://github.com/creswick/pastepipe/issues
author:              Rogan Creswick
maintainer:          creswick@gmail.com
Cabal-Version:       >=1.2
build-type:          Simple


Executable pastepipe
  hs-source-dirs:    src
  Main-is:           Main.hs
  Build-Depends:     base >= 4 && < 5, HTTP, network, cmdargs
  ghc-options:       -Wall

library
  hs-source-dirs:    src
  exposed-modules:   Utils.PastePipe
  Build-Depends:     base >= 4 && < 5, HTTP, network, cmdargs