Ticket #42082: Portfile.hs-haddock-library

File Portfile.hs-haddock-library, 947 bytes (added by joelfred@…, 9 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 131201 2015-01-06 19:52:47Z cal@macports.org $
3
4PortSystem          1.0
5PortGroup           haskell 1.0
6
7haskell.setup       haddock-library 1.1.1
8checksums           rmd160  a4bebb62584c6bff416c0d91ce5a34d967a5a6b8 \
9                    sha256  350c2dd4f62fc85debe53ea51ce2a7e8ec7c8abb1b5acc664c5adf80ebaa566a
10
11maintainers         cal openmaintainer
12platforms           darwin
13license             BSD
14
15description         Haddock is a documentation-generation tool for Haskell libraries.
16long_description    \
17    These modules expose some functionality of it without pulling in \
18    the GHC dependency. Please note that the API is likely to change so \
19    specify upper bounds in your project if you can't release often. For \
20    interacting with Haddock itself, see the haddock package.