hpaste: An online pastebin, written in Haskell.

[ program, web ] [ Propose Tags ]

Haskell pastebin, using HAppS


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.3, 1.0.0, 1.1.0, 1.2.0
Dependencies base, binary (>=0.2), HAppS (>0.8.4), hscolour (>=1.6), mtl, network, xhtml, zlib [details]
License BSD-3-Clause
Author Eric Mertens
Maintainer emertens@gmail.com
Category Web
Home page http://hpaste.org
Uploaded by DonaldStewart at 2007-01-25T07:57:14Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hpaste
Downloads 3644 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-11 [all 6 reports]

Readme for hpaste-0.3

[back to package description]
hpaste: Haskell pastebin

Dependencies:
    mtl              http://hackage.haskell.org/packages/archive/mtl/mtl-1.0.tar.gz
    network          http://hackage.haskell.org/packages/archive/network/network-2.0.tar.gz
    hscolour >= 1.6  http://hackage.haskell.org/packages/archive/hscolour/hscolour-1.6.tar.gz
    binary >= 0.2    http://hackage.haskell.org/packages/archive/binary/binary-0.2.tar.gz
    zlib             http://hackage.haskell.org/packages/archive/zlib/zlib-0.3.tar.gz

    xhtml               darcs version of xhtml
    HAppS >  0.8.4      darcs version of HAppS

Download these and build them.

Building:
        runhaskell Setup.hs configure --prefix=/foo/bar
        runhaskell Setup.hs build
        runhaskell Setup.hs install

Running:
        hpaste

Contributors:
        Eric Mertens
        Stefan O'Rear
        Don Stewart
        sanzhiyan@gmail.com