diff options
Diffstat (limited to 'math/hs-semigroups/Makefile')
-rw-r--r-- | math/hs-semigroups/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/hs-semigroups/Makefile b/math/hs-semigroups/Makefile index b10710954aa1..b0a88a60baca 100644 --- a/math/hs-semigroups/Makefile +++ b/math/hs-semigroups/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= semigroups -PORTVERSION= 0.15.2 -PORTREVISION= 1 +PORTVERSION= 0.16.2.2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,7 @@ COMMENT= Anything that associates LICENSE= BSD3CLAUSE -USE_CABAL= hashable>=1.1 nats>=0.1 text>=0.10 unordered-containers>=0.2 +USE_CABAL= hashable>=1.1 text>=0.10 unordered-containers>=0.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |