diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /devel/hs-extra | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) |
Notes
Diffstat (limited to 'devel/hs-extra')
-rw-r--r-- | devel/hs-extra/Makefile | 13 | ||||
-rw-r--r-- | devel/hs-extra/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-extra/pkg-descr | 10 |
3 files changed, 25 insertions, 0 deletions
diff --git a/devel/hs-extra/Makefile b/devel/hs-extra/Makefile new file mode 100644 index 000000000000..848f063aec9e --- /dev/null +++ b/devel/hs-extra/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= extra +PORTVERSION= 1.4.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Extra functions + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-extra/distinfo b/devel/hs-extra/distinfo new file mode 100644 index 000000000000..10c9ac0cd146 --- /dev/null +++ b/devel/hs-extra/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/extra-1.4.1.tar.gz) = e02ca751533eb44b221a8e6250c70a125627be8fc1c9711092dc3d2668f2d001 +SIZE (cabal/extra-1.4.1.tar.gz) = 31235 diff --git a/devel/hs-extra/pkg-descr b/devel/hs-extra/pkg-descr new file mode 100644 index 000000000000..9507a27bdcb8 --- /dev/null +++ b/devel/hs-extra/pkg-descr @@ -0,0 +1,10 @@ +A library of extra functions for the standard Haskell libraries. Most +functions are simple additions, filling out missing functionality. A few +functions are available in later versions of GHC, but this package makes +them available back to GHC 7.2. The module "Extra" documents all functions +provided by this library. Modules such as "Data.List.Extra" provide extra +functions over "Data.List" and also reexport "Data.List". Users are +recommended to replace "Data.List" imports with "Data.List.Extra" if they +need the extra functionality. + +WWW: https://github.com/ndmitchell/extra#readme |