packages feed

PastePipe-1.6: PastePipe.cabal

name:                PastePipe
version:             1.6
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-3
License-file:        LICENSE
homepage:            http://github.com/Fuuzetsu/pastepipe
bug-reports:         http://github.com/Fuuzetsu/pastepipe/issues
author:              Rogan Creswick
maintainer:          fuuzetsu@fuuzetsu.co.uk
Cabal-Version:       >=1.4
build-type:          Simple


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

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