diff options
Diffstat (limited to 'devel/hs-fmlist')
-rw-r--r-- | devel/hs-fmlist/Makefile | 13 | ||||
-rw-r--r-- | devel/hs-fmlist/distinfo | 3 | ||||
-rw-r--r-- | devel/hs-fmlist/pkg-descr | 6 |
3 files changed, 22 insertions, 0 deletions
diff --git a/devel/hs-fmlist/Makefile b/devel/hs-fmlist/Makefile new file mode 100644 index 000000000000..8e2edd4e1090 --- /dev/null +++ b/devel/hs-fmlist/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= fmlist +PORTVERSION= 0.9 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= FoldMap lists are lists represented by their foldMap function + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-fmlist/distinfo b/devel/hs-fmlist/distinfo new file mode 100644 index 000000000000..dea77335835d --- /dev/null +++ b/devel/hs-fmlist/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1499719989 +SHA256 (cabal/fmlist-0.9.tar.gz) = 581153395a71e3c139365ffbebbeac6d880a6fdfee23e7f5d942ccbeb2aefcbf +SIZE (cabal/fmlist-0.9.tar.gz) = 4256 diff --git a/devel/hs-fmlist/pkg-descr b/devel/hs-fmlist/pkg-descr new file mode 100644 index 000000000000..6ba34e535217 --- /dev/null +++ b/devel/hs-fmlist/pkg-descr @@ -0,0 +1,6 @@ +FoldMap lists are lists represented by their foldMap function. FoldMap lists +have O(1) cons, snoc and append, just like DLists, but other operations might +have favorable performance characteristics as well. These wild claims are +still completely unverified though. + +WWW: http://hackage.haskell.org/package/fmlist |