aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hashable
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 21:46:27 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 21:46:27 +0000
commitc469624ac8ba0703025428a43ea2d2b39681b170 (patch)
tree72cd8654901bef0ff398a0bb6ccd8732663522fb /devel/hs-hashable
parent0d0ba2d68714611f1d35f3a6116169ca4376dbbd (diff)
downloadports-c469624ac8ba0703025428a43ea2d2b39681b170.tar.gz
ports-c469624ac8ba0703025428a43ea2d2b39681b170.zip
Notes
Diffstat (limited to 'devel/hs-hashable')
-rw-r--r--devel/hs-hashable/Makefile3
-rw-r--r--devel/hs-hashable/distinfo4
-rw-r--r--devel/hs-hashable/pkg-descr2
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/hs-hashable/Makefile b/devel/hs-hashable/Makefile
index 65b087ec0091..9208365cdd33 100644
--- a/devel/hs-hashable/Makefile
+++ b/devel/hs-hashable/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= hashable
-PORTVERSION= 1.1.2.2
+PORTVERSION= 1.1.2.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -15,6 +15,7 @@ COMMENT= A class for types that can be converted to a hash value
LICENSE= BSD
CABAL_SETUP= Setup.hs
+
USE_CABAL= text>=0.11.0.5
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/devel/hs-hashable/distinfo b/devel/hs-hashable/distinfo
index c0a815b6a3cc..04fd769de14a 100644
--- a/devel/hs-hashable/distinfo
+++ b/devel/hs-hashable/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/hashable-1.1.2.2.tar.gz) = 1ebd2f2c08f6f0394da5b21386ced840970c7e3e16ba5eb6fb0c19d23c0bcf3d
-SIZE (cabal/hashable-1.1.2.2.tar.gz) = 8509
+SHA256 (cabal/hashable-1.1.2.3.tar.gz) = 9a76e6e64996c5050dc76cbaa842c1b37559c18322c69e5a72460a46c62269a7
+SIZE (cabal/hashable-1.1.2.3.tar.gz) = 8685
diff --git a/devel/hs-hashable/pkg-descr b/devel/hs-hashable/pkg-descr
index 7626cba88a8f..9d4e0fedea85 100644
--- a/devel/hs-hashable/pkg-descr
+++ b/devel/hs-hashable/pkg-descr
@@ -1,4 +1,4 @@
-This package defines a class, Hashable, for types that can be converted
+This package defines a class, 'Hashable', for types that can be converted
to a hash value. This class exists for the benefit of hashing-based data
structures. The package provides instances for basic types and a way to
combine hash values.