diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 04:51:16 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 04:51:16 +0000 |
commit | 6837f635b4eba86a957c5525696f7f886a57d979 (patch) | |
tree | 99cbbcf90cb4365f4862554b1859283e5ecee439 /devel/hs-uniplate | |
parent | 63ba0e6e930880f3846494c512826c3a3140cdcf (diff) | |
download | ports-6837f635b4eba86a957c5525696f7f886a57d979.tar.gz ports-6837f635b4eba86a957c5525696f7f886a57d979.zip |
Notes
Diffstat (limited to 'devel/hs-uniplate')
-rw-r--r-- | devel/hs-uniplate/Makefile | 8 | ||||
-rw-r--r-- | devel/hs-uniplate/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-uniplate/pkg-descr | 8 |
3 files changed, 9 insertions, 11 deletions
diff --git a/devel/hs-uniplate/Makefile b/devel/hs-uniplate/Makefile index 1e3d6060a689..f75beffc4049 100644 --- a/devel/hs-uniplate/Makefile +++ b/devel/hs-uniplate/Makefile @@ -6,19 +6,17 @@ # PORTNAME= uniplate -PORTVERSION= 1.6 -PORTREVISION= 1 +PORTVERSION= 1.6.5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Uniform type generic traversals for Haskell +COMMENT= Help writing simple, concise and fast generic operations LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= syb +USE_CABAL= hashable syb unordered-containers>=0.1 -PORTDATA= * INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/uniplate.htm ${DATADIR} .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/devel/hs-uniplate/distinfo b/devel/hs-uniplate/distinfo index aefedbb1e451..7bb0e751505f 100644 --- a/devel/hs-uniplate/distinfo +++ b/devel/hs-uniplate/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/uniplate-1.6.tar.gz) = b9ff5fe4c462a2075587c7fac6da9d07e544ee0c9ca781e8831a1a69f5f7d48e -SIZE (cabal/uniplate-1.6.tar.gz) = 26216 +SHA256 (cabal/uniplate-1.6.5.tar.gz) = 1a5f350af01af2b3a1798b0caff27fb841149f7c304a8cee41b75326e09249bc +SIZE (cabal/uniplate-1.6.5.tar.gz) = 30217 diff --git a/devel/hs-uniplate/pkg-descr b/devel/hs-uniplate/pkg-descr index a95486ac1b12..eb9cf844f505 100644 --- a/devel/hs-uniplate/pkg-descr +++ b/devel/hs-uniplate/pkg-descr @@ -1,5 +1,5 @@ -Uniplate is a boilerplate removal library, with similar goals to the -original Scrap Your Boilerplate work. It requires few extensions to -Haskell. +Uniplate is a library for writing simple and consie generic operations. +Uniplate has similar goals to the original Scap Your Boilerplate work, +but is substantially simpler and faster. -WWW: http://www-users.cs.york.ac.uk/~ndm/uniplate/ +WWW: http://community.haskell.org/~ndm/uniplate/ |