PastePipe-1.8: PastePipe.cabal
name: PastePipe
version: 1.8
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.8
build-type: Simple
Executable pastepipe
Main-is: src/Main.hs
Build-Depends: base >= 4 && < 5, cmdargs, PastePipe
ghc-options: -Wall
library
hs-source-dirs: src
exposed-modules: Utils.PastePipe
Build-Depends: base >= 4 && < 5, HTTP, network, cmdargs, network-uri
source-repository head
type: git
location: https://github.com/Fuuzetsu/PastePipe.git