diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:01:29 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:01:29 +0800 |
commit | dd0c45bb8c6058471368f4ed8d552433f3cbb5f2 (patch) | |
tree | 1b9140c79d524d94d8360061dfced846f5a2e4fe | |
parent | b8857ed76d9de0353dbcb7d9fdc615edefe4ae61 (diff) | |
download | freebsd-ports-gnome-dd0c45bb8c6058471368f4ed8d552433f3cbb5f2.tar.gz freebsd-ports-gnome-dd0c45bb8c6058471368f4ed8d552433f3cbb5f2.tar.zst freebsd-ports-gnome-dd0c45bb8c6058471368f4ed8d552433f3cbb5f2.zip |
- Update to 1.6.7
Obtained from: FreeBSD Haskell
-rw-r--r-- | devel/hs-uniplate/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-uniplate/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/hs-uniplate/Makefile b/devel/hs-uniplate/Makefile index f75beffc4049..7fa35132774b 100644 --- a/devel/hs-uniplate/Makefile +++ b/devel/hs-uniplate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uniplate -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.7 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +15,8 @@ COMMENT= Help writing simple, concise and fast generic operations LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= hashable syb unordered-containers>=0.1 + +USE_CABAL= hashable>=1.1.2.3 syb unordered-containers>=0.1 INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/uniplate.htm ${DATADIR} diff --git a/devel/hs-uniplate/distinfo b/devel/hs-uniplate/distinfo index 7bb0e751505f..88d7b153a7d5 100644 --- a/devel/hs-uniplate/distinfo +++ b/devel/hs-uniplate/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/uniplate-1.6.5.tar.gz) = 1a5f350af01af2b3a1798b0caff27fb841149f7c304a8cee41b75326e09249bc -SIZE (cabal/uniplate-1.6.5.tar.gz) = 30217 +SHA256 (cabal/uniplate-1.6.7.tar.gz) = bd81e77f8ffbee2c5dd768790bb7b6b3ff871ca85d070564ea758f5b6d6ce1b8 +SIZE (cabal/uniplate-1.6.7.tar.gz) = 30071 |