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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup haskell 1.0 |
---|
6 | |
---|
7 | haskell.setup haddock-library 1.1.1 |
---|
8 | checksums rmd160 a4bebb62584c6bff416c0d91ce5a34d967a5a6b8 \ |
---|
9 | sha256 350c2dd4f62fc85debe53ea51ce2a7e8ec7c8abb1b5acc664c5adf80ebaa566a |
---|
10 | |
---|
11 | maintainers cal openmaintainer |
---|
12 | platforms darwin |
---|
13 | license BSD |
---|
14 | |
---|
15 | description Haddock is a documentation-generation tool for Haskell libraries. |
---|
16 | long_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. |
---|