Commits
Aaron Madlon-Kay authored and Clemens Lang committed 8f1e47aa964
1 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 2 | |
3 3 | PortSystem 1.0 |
4 - | PortGroup haskell 1.0 |
4 + | PortGroup haskell_stack 1.0 |
5 5 | |
6 - | haskell.setup lhs2tex 1.18.1 ghc no |
7 - | name lhs2tex |
8 - | revision 3 |
9 - | checksums rmd160 047072143ddce8e83239a2e77c0f4fc6a2425132 \ |
10 - | sha256 dccae22231a1db64cddc38b6f7ac98ac4d5677f03df2f548b2efe9a5e63e9648 |
6 + | name lhs2tex |
7 + | version 1.22 |
8 + | checksums rmd160 257e58b02249fd8403b14d314a519552afd2a5ab \ |
9 + | sha256 7eea3b5b4bae019aa9acb6036e6c2606c62a0d9969a081d4b9b9f04baa3129bd \ |
10 + | size 679988 |
11 11 | |
12 12 | license GPL-2+ |
13 13 | maintainers {cal @neverpanic} openmaintainer |
14 14 | platforms darwin |
15 - | |
15 + | categories textproc tex haskell |
16 16 | description Preprocessor for typesetting Haskell sources with LaTeX |
17 17 | long_description ${description} |
18 18 | |
19 - | depends_lib-append port:hs-mtl \ |
20 - | port:hs-regex-compat \ |
21 - | port:texlive-basic \ |
22 - | port:texlive-latex-extra |
19 + | homepage https://hackage.haskell.org/package/${name} |
20 + | master_sites ${homepage}-${version} |