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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup haskell 1.0 |
---|
6 | |
---|
7 | haskell.setup split 0.2.3 |
---|
8 | revision 1 |
---|
9 | checksums rmd160 07ecb46e17402354b59df4c0dd27e1d1d3215314 \ |
---|
10 | sha256 a6d100e433fa27eda72127475ba9c55481ca4105cfbb6ff55b67023d00ccead9 |
---|
11 | |
---|
12 | platforms darwin |
---|
13 | license BSD |
---|
14 | maintainers nomaintainer |
---|
15 | |
---|
16 | description Haskell split methods |
---|
17 | long_description A collection of various methods for splitting lists into \ |
---|
18 | parts, akin to the split-function found in several \ |
---|
19 | mainstream languages. |
---|
20 | |
---|