diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 05:46:54 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 05:46:54 +0800 |
commit | 5c559c6b0cc4b45dce010e6d126337a9c767b215 (patch) | |
tree | 711c092e0a95e53ee208fe75bf6b2ff16926ca19 /devel | |
parent | 4a47d0981a3fdb59e69ae1c512dd97527b813dde (diff) | |
download | freebsd-ports-gnome-5c559c6b0cc4b45dce010e6d126337a9c767b215.tar.gz freebsd-ports-gnome-5c559c6b0cc4b45dce010e6d126337a9c767b215.tar.zst freebsd-ports-gnome-5c559c6b0cc4b45dce010e6d126337a9c767b215.zip |
- Update to 1.0.1.6
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-hashtables/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-hashtables/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/hs-hashtables/Makefile b/devel/hs-hashtables/Makefile index c980ed692e2e..df02d89c4060 100644 --- a/devel/hs-hashtables/Makefile +++ b/devel/hs-hashtables/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hashtables -PORTVERSION= 1.0.1.2 +PORTVERSION= 1.0.1.6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -15,6 +15,7 @@ COMMENT= Mutable hash tables in the ST monad LICENSE= BSD CABAL_SETUP= Setup.hs + USE_CABAL= hashable>=1.1 primitive vector>=0.7 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/devel/hs-hashtables/distinfo b/devel/hs-hashtables/distinfo index a01fe13457bc..e592f3635927 100644 --- a/devel/hs-hashtables/distinfo +++ b/devel/hs-hashtables/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hashtables-1.0.1.2.tar.gz) = 87efc3b6906da800f9d63f061e52005a0079da06dc987deacb7043ca3b8f9b26 -SIZE (cabal/hashtables-1.0.1.2.tar.gz) = 36210 +SHA256 (cabal/hashtables-1.0.1.6.tar.gz) = 8bea51356c6846969967fe161ba247b406a691ae77c9c2be98f9105282d2351c +SIZE (cabal/hashtables-1.0.1.6.tar.gz) = 47721 |